Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Mar 2002 14:31:44 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        Doug Silver <dsilver@quantified.com>
Cc:        stable@FreeBSD.ORG
Subject:   Re: openssh root hole?
Message-ID:  <5.1.0.14.0.20020307143049.01c15ec0@marble.sentex.ca>
In-Reply-To: <20020307112206.R9891-100000@mail.quantified.com>
References:  <ynhY6JBAz7h8EwVG@caomhin.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
At 11:27 AM 3/7/02 -0800, Doug Silver wrote:

>I did patch the file in question (channels.c), but I'm using NFS across 7
>different machines to update stuff, and everything is built in /usr/obj,
>not /usr/src.  Is there a way to rebuild the ssh/sshd stuff from within
>/usr/src/ and have it build in /usr/obj?  This can be done as "make most"
>for the usual /usr/{bin,sbin} stuff, but that doesn't rebuild the secure
>items.


cd /usr/src/secure/usr.sbin
make clean
make depend
make
make install



         ---Mike


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?5.1.0.14.0.20020307143049.01c15ec0>