aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-08-19 15:34:29 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-08-19 15:34:29 +0000
commit7ea944f3a636f122eb36a67a4270fc67137ccbd4 (patch)
treeb59f085c7c8e86fa89d6a582ffe61063ba0724f4 /etc/rc.firewall
parentc6422b8e82ba4cca9baf90a0dc3cec9d0c376274 (diff)
downloadsrc-7ea944f3a636f122eb36a67a4270fc67137ccbd4.tar.gz
src-7ea944f3a636f122eb36a67a4270fc67137ccbd4.zip
space typo, the shell don't like name=<space>value
Notes
Notes: svn path=/head/; revision=17671
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index c66f588262b4..7208023f3cb1 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -1,6 +1,6 @@
############
# Setup system for firewall service.
-# $Id: rc.firewall,v 1.3 1996/06/22 00:54:36 alex Exp $
+# $Id: rc.firewall,v 1.4 1996/08/14 14:41:58 jkh Exp $
############
#
@@ -13,7 +13,7 @@
# machine and ``simple'' will try to protect a whole network (entries should
# be customized appropriately below). To let no one in, use NONE.
-firewall_type= NONE
+firewall_type=NONE
############