aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-09-05 11:22:09 +0000
committerAdam David <adam@FreeBSD.org>1996-09-05 11:22:09 +0000
commite389e42669d3f26c34033ae9c86226fe30a95832 (patch)
tree1da76df9e8acedd7c7032c316bc5253e56987e61
parent587a9ccb56794155b7965c9e951b9931e431ade3 (diff)
downloadsrc-e389e42669d3f26c34033ae9c86226fe30a95832.tar.gz
src-e389e42669d3f26c34033ae9c86226fe30a95832.zip
don't ask for confirmation
Notes
Notes: svn path=/head/; revision=18045
-rw-r--r--etc/rc.firewall4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 7208023f3cb1..76ae6d504139 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