summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 6bc1a09..abc0183 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -1,6 +1,6 @@
############
# Setup system for firewall service.
-# $Id: rc.firewall,v 1.9 1997/04/27 03:59:14 jkh Exp $
+# $Id: rc.firewall,v 1.6.2.1 1997/04/26 22:39:34 jkh Exp $
############
#
@@ -23,7 +23,6 @@
#
# O'Reilly & Associates, Inc
# ISBN 1-56592-124-0
-# http://www.ora.com
#
# For a more advanced treatment of Internet Security read:
#
@@ -33,7 +32,6 @@
#
# Addison-Wesley
# ISBN 0-201-6337-4
-# http://www.awl.com
#
############
@@ -94,7 +92,7 @@ elif [ "${firewall}" = "client" ]; then
/sbin/ipfw add pass udp from any 123 to ${ip}
/sbin/ipfw add pass udp from ${ip} to any 123
- # Everything else is denied as default.
+ # Everyting else is denied as default.
elif [ "${firewall}" = "simple" ]; then
@@ -151,6 +149,6 @@ elif [ "${firewall}" = "simple" ]; then
/sbin/ipfw add pass udp from any 123 to ${oip}
/sbin/ipfw add pass udp from ${oip} to any 123
- # Everything else is denied as default.
+ # Everyting else is denied as default.
fi
OpenPOWER on IntegriCloud