From owner-cvs-all Mon Dec 23 12: 8:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3455837B401; Mon, 23 Dec 2002 12:08:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D449B43EDA; Mon, 23 Dec 2002 12:08:21 -0800 (PST) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBNK8Lfh041145; Mon, 23 Dec 2002 12:08:21 -0800 (PST) (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBNK8LAw041144; Mon, 23 Dec 2002 12:08:21 -0800 (PST) Message-Id: <200212232008.gBNK8LAw041144@repoman.freebsd.org> From: Kelly Yancey Date: Mon, 23 Dec 2002 12:08:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c ipfw2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kbyanc 2002/12/23 12:08:21 PST Modified files: sbin/ipfw ipfw.8 ipfw.c ipfw2.c Log: Make preprocessor support more generic by passing all command-line options after -p except for the last (the ruleset file to process) to the preprocessor for interpretation. This allows command-line options besides -U and -D to be passed to cpp(1) and m4(1) as well as making it easier to use other preprocessors. Sponsored By: NTT Multimedia Communications Labs MFC after: 1 week Revision Changes Path 1.117 +4 -8 src/sbin/ipfw/ipfw.8 1.125 +14 -21 src/sbin/ipfw/ipfw.c 1.19 +14 -21 src/sbin/ipfw/ipfw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message