On Tue, Jan 01, 2002 at 10:51:20AM -0600, Joe Halpin wrote: > Bill Moran wrote: > > > > Joe Halpin wrote: > > > There is code to start sshd in both /etc/rc and > > > /usr/local/etc/rc.d/sshd.sh. > > > > Did you install an upgrade to sshd from a port or something? > > I don't recall doing that, but I must have. The version in > /usr/src/crypto/openssh is 2.9, but pkg_info says that the installed > version is 3.0.1.
Installing something from ports that also exists in the base system doesn't uninstall the parts of the base system. It installs a new copy of the program in the /usr/local tree, leaving the default copy in the /usr tree. You can manually remove the ssh programs from /usr if you want to save space. Also, adding the line: NO_OPENSSH= true to /etc/make.conf will prevent future builds of your source from building the OpenSSH code and reinstalling it. --K To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
