summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-03 11:22:17 +0000
committerjkh <jkh@FreeBSD.org>1997-05-03 11:22:17 +0000
commitaf4383e1b67df81e99a9fce13089d834220e8928 (patch)
tree306b768e5faa6abdc6ab38cba90ee8df594be76c /etc/rc.firewall
parentfe8101c0866e92737fd07af50822dd6c8f0ceed8 (diff)
downloadFreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.zip
FreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.tar.gz
Update the etc world from RELENG_2_2 which is now more up-to-date
(gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
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