Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 16:53:33 -0500 
From:      "Morse, Richard E." <REMORSE@PARTNERS.ORG>
To:        'Jack Baty' <jbaty@fusionary.com>, freebsd-questions@FreeBSD.ORG
Subject:   RE: SSH in /usr/bin and OpenSSH 3.1 in ports
Message-ID:  <375F68784081D511908A00508BE3BB17DDDC63@phsexch22.mgh.harvard.edu>

next in thread | raw e-mail | index | archive | help
Jack Baty <jbaty@fusionary.com> wrote:

>Per an earlier message (which I've deleted), this is what I did...
>
># cd /usr/ports/security/openssh-portable
># make clean
># make -DOPENSSH_OVERWRITE_BASE
># make -DOPENSSH_OVERWRITE_BASE install
>
>Seemed to put everything in the normal, non-port locations and appears to
be
>working correctly...

Three questions:

1) would this work for /usr/ports/security/openssh/?

2) is the openssh-portable better than just plain openssh?

3) doesn't "make clean" include a "make install"?  Would it make more sense
to do:
	# cd /usr/ports/security/openssh
	# make -DOPENSSH_OVERWRITE_BASE
	# make -DOPENSSH_OVERWRITE_BASE install

Thanks,
Ricky

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?375F68784081D511908A00508BE3BB17DDDC63>