From e389e42669d3f26c34033ae9c86226fe30a95832 Mon Sep 17 00:00:00 2001 From: Adam David Date: Thu, 5 Sep 1996 11:22:09 +0000 Subject: [PATCH] don't ask for confirmation --- etc/rc.firewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.firewall b/etc/rc.firewall index 7208023f3cb..76ae6d50413 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -1,6 +1,6 @@ ############ # Setup system for firewall service. -# $Id: rc.firewall,v 1.4 1996/08/14 14:41:58 jkh Exp $ +# $Id: rc.firewall,v 1.5 1996/08/19 15:34:29 wosch Exp $ ############ # @@ -39,7 +39,7 @@ firewall_type=NONE ############ # Flush out the list before we begin. -/sbin/ipfw flush +/sbin/ipfw -f flush ############ # If you just configured ipfw in the kernel as a tool to solve network