summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-04-27 20:12:34 +0000
committeralex <alex@FreeBSD.org>1997-04-27 20:12:34 +0000
commit7d79f25eed94643191d9808373ef7b2a52343bcf (patch)
treebb439b2b5f4e59938b2c2810bf5a048d646aad57 /etc/rc.firewall
parent2055c18199eb54e6b588944bd956161c26f65516 (diff)
downloadFreeBSD-src-7d79f25eed94643191d9808373ef7b2a52343bcf.zip
FreeBSD-src-7d79f25eed94643191d9808373ef7b2a52343bcf.tar.gz
Typo police.
Added links to O'Reilly & Associates and Addison-Wesley's web sites to accompany the book recommendations.
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 71deea3..6bc1a09 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -1,6 +1,6 @@
############
# Setup system for firewall service.
-# $Id: rc.firewall,v 1.8 1997/02/23 09:20:47 peter Exp $
+# $Id: rc.firewall,v 1.9 1997/04/27 03:59:14 jkh Exp $
############
#
@@ -23,6 +23,7 @@
#
# O'Reilly & Associates, Inc
# ISBN 1-56592-124-0
+# http://www.ora.com
#
# For a more advanced treatment of Internet Security read:
#
@@ -32,6 +33,7 @@
#
# Addison-Wesley
# ISBN 0-201-6337-4
+# http://www.awl.com
#
############
@@ -92,7 +94,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
- # Everyting else is denied as default.
+ # Everything else is denied as default.
elif [ "${firewall}" = "simple" ]; then
@@ -149,6 +151,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
- # Everyting else is denied as default.
+ # Everything else is denied as default.
fi
OpenPOWER on IntegriCloud