Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 1997 22:59:39 -0700 (PDT)
From:      soil@quick.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/3501: rc.firewall changes removed URLs and added typos
Message-ID:  <199705050559.WAA01857@jg.dyn.ml.org>
Resent-Message-ID: <199705050600.XAA05841@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3501
>Category:       conf
>Synopsis:       rc.firewall changes removed URLs and added typos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  4 23:00:01 PDT 1997
>Last-Modified:
>Originator:     Josh Gilliam
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

rc.firewall rev 1.11

>Description:

The changes from rc.firewall 1.10 to 1.11 removed the O'Reilly and
Addison-Wesley WWW URLs and added two typos

>How-To-Repeat:

more rc.firewall

>Fix:
	
--- rc.firewall.orig	Sat May  3 05:25:56 1997
+++ rc.firewall	Sun May  4 22:07:26 1997
@@ -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 @@
     /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 @@
     /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
 
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705050559.WAA01857>