Date: Mon, 27 Jan 2003 21:38:30 -0500 (EST) From: Chris Pepper <pepper@rockefeller.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/47575: Clarify requirements for IPFW2 in STABLE Message-ID: <20030128023830.27D82FF7F@www.reppep.com>
next in thread | raw e-mail | index | archive | help
>Number: 47575 >Category: docs >Synopsis: Clarify requirements for IPFW2 in STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 27 18:40:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Pepper >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD www.reppep.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Dec 3 14:05:51 EST 2002 root@www.reppep.com:/usr/obj/usr/src/sys/REPPEP i386 >Description: ipfw.8 does not make clear which requirements IPFW2=TRUE in /etc/make.co nf satisfies for getting IPFW2. >How-To-Repeat: man ipfw /STABLE (3x) >Fix: This patch makes it clear that IPFW2=TRUE is equivalent to -DIPFW2, but could be further clarified to make it clear that both are effective at buildworld time. Still clearer than the current wording, if perhaps not as good as a previously submitted patch. --- ipfw.8.patch2 begins here --- --- ipfw.8 Mon Jan 27 21:25:45 2003 +++ ipfw.8.fix2 Mon Jan 27 21:36:23 2003 @@ -1635,13 +1635,9 @@ .Nm /sbin/ipfw and .Nm /usr/lib/libalias -are recompiled with +are recompiled (which implicitly happens during buildworld) with .Cm -DIPFW2 -and reinstalled (the same effect can be achieved by adding -.Cm IPFW2=TRUE -to -.Nm /etc/make.conf -before a buildworld). +(or with IPFW2=TRUE in /etc/make.conf). .Pp .Sh IPFW2 ENHANCEMENTS This Section lists the features that have been introduced in --- ipfw.8.patch2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030128023830.27D82FF7F>