From owner-freebsd-questions Mon Dec 16 21:47: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 916F237B401 for ; Mon, 16 Dec 2002 21:46:59 -0800 (PST) Received: from mail2.hub3.net (mail2.hub3.net [208.12.101.244]) by mx1.FreeBSD.org (Postfix) with SMTP id 61CF243ED8 for ; Mon, 16 Dec 2002 21:46:50 -0800 (PST) (envelope-from bsd@hub3.net) Received: (qmail 14216 invoked from network); 17 Dec 2002 05:46:39 -0000 Received: from gw.hub3.net (HELO hub3.net) (bryan@208.12.101.245) by mail2.hub3.net with SMTP; 17 Dec 2002 05:46:39 -0000 Date: Mon, 16 Dec 2002 21:46:39 -0800 Subject: Re: Using the OpenSSH Port Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v548) From: Bryan Vyhmeister To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: <20021217041816.GD83243@sentinelchicken.net> Message-Id: X-Mailer: Apple Mail (2.548) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday, December 16, 2002, at 08:18 PM, Jason Morgan wrote: > On Mon, Dec 16, 2002 at 09:36:43PM -0600, Jack L. Stone wrote: >> Jason: >> I believe you should use this: >> # OPENSSH_OVERWRITE_BASE= true # Use to make it update from the ports > > Where is that in the docs? I couldn't find it in > /etc/defaults/make.conf. > Look in /usr/ports/security/openssh-portable and read the Makefile. The OPENSSH_OVERWRITE_BASE variable applies specifically to the openssh-portable port. The variable does not work with the /usr/ports/security/openssh port. It causes the openssh-portable port to replace the system-installed binaries, etc. When I was using openssh from ports I would just go to /usr/ports/security/openssh-portable and run: env OPENSSH_OVERWRITE_BASE=true make install You want to use the NO_OPENSSH=true in /etc/make.conf so that when you make buildworld and installworld you won't replace the port-installed binaries with the system-default binaries. Bryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message