Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2002 15:09:53 -0500
From:      Charlie & <root@pr0n.kutulu.org>
To:        Joe Halpin <joe.halpin@attbi.com>
Cc:        "freebsd-stable@FreeBSD.ORG" <freebsd-stable@FreeBSD.ORG>
Subject:   Re: System trying to start sshd twice
Message-ID:  <20020102150953.C946@pr0n.kutulu.org>
In-Reply-To: <3C31E908.655652E4@attbi.com>; from joe.halpin@attbi.com on Tue, Jan 01, 2002 at 10:51:20AM -0600
References:  <3C31E06B.6300D48F@attbi.com> <3C31E736.1000908@potentialtech.com> <3C31E908.655652E4@attbi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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