From owner-freebsd-current Sat Jan 18 21:46:41 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC01937B401 for ; Sat, 18 Jan 2003 21:46:40 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CEFD43F43 for ; Sat, 18 Jan 2003 21:46:39 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr364-a09.otenet.gr [195.167.109.41]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0J5jiSa027551; Sun, 19 Jan 2003 07:45:59 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0J5jdaq000848; Sun, 19 Jan 2003 07:45:39 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0J5jdRc000847; Sun, 19 Jan 2003 07:45:39 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 19 Jan 2003 07:45:39 +0200 From: Giorgos Keramidas To: Craig R Cc: creyenga@connectmail.carleton.ca, current@FreeBSD.ORG Subject: Re: 5.0-RC3 working great, but NOTES incomplete? Message-ID: <20030119054539.GC709@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-18 21:32, Craig R wrote: > I got 5.0-RC3 working great on my box today, but when I went to make > a custom kernel and read NOTES I noticed that it makes no mention of > IPFIREWALL and friends. Is this intentional? Yes, it is intentional. > craig@boss:~$ grep IPFIREWALL /sys/i386/conf/NOTES > craig@boss:~$ > > Nothing shows up. What's the scoop? NOTES have been split in ``machine independent'' and ``machine dependent'' parts. You're looking only at the MD part: $ grep 'IPFIREWALL[[:space:]]*#' /sys/conf/NOTES options IPFIREWALL #firewall $ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message