From soil@jg.dyn.ml.org  Sun May  4 22:59:50 1997
Received: from jg.dyn.ml.org (soil@newport-1-11.quick.net [207.212.160.211])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA05782
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 4 May 1997 22:59:48 -0700 (PDT)
Received: (from soil@localhost)
	by jg.dyn.ml.org (8.8.5/8.8.5) id WAA01857;
	Sun, 4 May 1997 22:59:39 -0700 (PDT)
Message-Id: <199705050559.WAA01857@jg.dyn.ml.org>
Date: Sun, 4 May 1997 22:59:39 -0700 (PDT)
From: soil@quick.net
Reply-To: soil@quick.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: rc.firewall changes removed URLs and added typos
X-Send-Pr-Version: 3.2

>Number:         3501
>Category:       conf
>Synopsis:       rc.firewall changes removed URLs and added typos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  4 23:00:01 PDT 1997
>Closed-Date:    Mon May 5 00:11:49 PDT 1997
>Last-Modified:  Mon May  5 00:11:59 PDT 1997
>Originator:     Josh Gilliam
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>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
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Mon May 5 00:11:49 PDT 1997 
State-Changed-Why:  
Fixed, thanks! 
>Unformatted:
