From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 23:00:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FB76106566B for ; Wed, 23 Apr 2008 23:00:11 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 35C218FC24 for ; Wed, 23 Apr 2008 23:00:11 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.2/8.14.2) with ESMTP id m3NN0Aj8098381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 23 Apr 2008 18:00:10 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.2/8.14.2/Submit) id m3NN0AWS098363; Wed, 23 Apr 2008 18:00:10 -0500 (CDT) (envelope-from dan) Date: Wed, 23 Apr 2008 18:00:10 -0500 From: Dan Nelson To: FreeBSD Message-ID: <20080423230010.GE99910@dan.emsphone.com> References: <480FA13A.4070908@optiksecurite.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <480FA13A.4070908@optiksecurite.com> X-OS: FreeBSD 7.0-STABLE User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-questions@freebsd.org Subject: Re: What happened to NO_OPENSSH in make.conf with FreeBSD 7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 23:00:11 -0000 In the last episode (Apr 23), FreeBSD said: > Hello everyone, > > With FreeBSD 6.2-Release, I added the option NO_OPENSSH=true in the > make.conf I use to build jails. But, I just rebuilded a jail in FreeBSD > 7-Release and I realized at the mergemaster step of the update that there > were a lot of files related to OpenSSH that needed to be installed. By > checking the man and /usr/share/examples/etc/make.conf, I find no reference > to this option anymore. > > Can someone shed some light on this? They have been converted to ports-style WITH/WITHOUT_* flags, and the preferred location is /etc/src.conf (so as to not add unnecessary defines to other programs that happen to use make). See the src.conf manpage for the full list. I thought the NO_* flags were still supported, though (according to the 20060317 /usr/src/UPDATING entry). -- Dan Nelson dnelson@allantgroup.com