From owner-freebsd-questions@FreeBSD.ORG Fri May 18 18:11:34 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9763816A405 for ; Fri, 18 May 2007 18:11:34 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 47FA113C46E for ; Fri, 18 May 2007 18:11:34 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so954882wxc for ; Fri, 18 May 2007 11:11:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fOseJKbL9UvmEaNxZtyfzJMhl0fU3VsvplmA3t/uvoJpih7FPmpyW2hPNvwfhTeVGkJu7A6CG/YjdonweALCRVAM91Pr5lP/jErRJV23t/E90Da701kXY9wKBtHpXLwH1Sk8XZ4Xh3JpGwg1NHKH2oNiZrRivqi4xcgtUAdwoZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KXrqNPNj9ONCu/Ehf5/avXX25WbAzJuVL5H++A6xbPHk7AvsJ0BKTWLv33QVJaapVkfPP8Cskvxd20eiLVft3Dhxq+zbj4UCq8Msf2Ayp6xhdwi2D33kSsLtcoJTUzPLYYajBTXfdx7TU92QM6Vy76L0ctgtLXZC8jVWXdfy27Y= Received: by 10.82.113.6 with SMTP id l6mr3344932buc.1179511892733; Fri, 18 May 2007 11:11:32 -0700 (PDT) Received: by 10.82.185.16 with HTTP; Fri, 18 May 2007 11:11:32 -0700 (PDT) Message-ID: Date: Fri, 18 May 2007 13:11:32 -0500 From: "illoai@gmail.com" To: "Marc G. Fournier" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8BADFD74580C64A9B750BA90@ganymede.hub.org> <8d23ec860705181044q62f807b3p65c2664ad660ce3c@mail.gmail.com> Cc: Schiz0 , freebsd-questions@freebsd.org Subject: Re: NO_* options in /etc/make.conf ... 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: Fri, 18 May 2007 18:11:34 -0000 On 18/05/07, Marc G. Fournier wrote: > - --On Friday, May 18, 2007 13:44:39 -0400 Schiz0 > wrote: > > > On 5/18/07, Marc G. Fournier wrote: > >> > >> Is there a document that describes what is available, and what each one does? > >> > >> As an example, I took a peak at the nanoBSD documentation, and they have one > >> that is 'NO_BIND' listed ... does that mean nslookup won't work, or you just > >> can't run a named server? > >> > > > > make make.conf > > > > Or, if you want a web interface, type in "make.conf" at > > http://www.freebsd.org/cgi/man.cgi > > > Never even thought about man ... perfect, thank you :) Typical of unix variants, this cat's skin is removed at least one other way: $ less /usr/share/examples/etc/make.conf -- --