From owner-freebsd-bugs Wed Sep 22 14:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FC1814E9A for ; Wed, 22 Sep 1999 14:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA05564; Wed, 22 Sep 1999 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Sep 1999 14:30:02 -0700 (PDT) Message-Id: <199909222130.OAA05564@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/13907: rc, dummynet.4 changes Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/13907; it has been noted by GNATS. From: Sheldon Hearn To: emoc the phearless Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/13907: rc, dummynet.4 changes Date: Wed, 22 Sep 1999 22:46:50 +0200 On Wed, 22 Sep 1999 16:53:02 -0400, emoc the phearless wrote: > + # Unset one_pass if requested > + if [ "x$firewall_one_pass" = "xNO" ]; then > + /sbin/sysctl -w net.inet.ip.fw.one_pass=0 > + fi > + > + ############ Note to anyone committing this to CURRENT: Make sure you stick to the new style, using ``case'' instead of ``if''. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message