From jjreynold@cx587235-a.chnd1.az.home.com  Thu Jan 25 20:42:38 2001
Return-Path: <jjreynold@cx587235-a.chnd1.az.home.com>
Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170])
	by hub.freebsd.org (Postfix) with ESMTP id 873B337B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Jan 2001 20:42:37 -0800 (PST)
Received: from whale.home-net (whale [192.168.1.2])
	by cx587235-a.chnd1.az.home.com (8.11.1/8.11.1) with ESMTP id f0Q4gbe71973
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 25 Jan 2001 21:42:37 -0700 (MST)
	(envelope-from jjreynold@dolphin.home-net)
Received: (from jjreynold@localhost)
	by whale.home-net (8.11.1/8.11.1) id f0Q4gbD69765;
	Thu, 25 Jan 2001 21:42:37 -0700 (MST)
	(envelope-from jjreynold)
Message-Id: <200101260442.f0Q4gbD69765@whale.home-net>
Date: Thu, 25 Jan 2001 21:42:37 -0700 (MST)
From: John Reynolds <jjreynold@cx587235-a.chnd1.az.home.com>
Reply-To: jjreynold@cx587235-a.chnd1.az.home.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: rc.firewall contains incorrect ISBN number for recommended book
X-Send-Pr-Version: 3.2

>Number:         24652
>Category:       conf
>Synopsis:       rc.firewall contains incorrect ISBN number for recommended book
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 25 20:50:01 PST 2001
>Closed-Date:    Sun Feb 25 03:46:11 PST 2001
>Last-Modified:  Sun Feb 25 03:46:32 PST 2001
>Originator:     John Reynolds
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

FreeBSD whale 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Jan 20 20:48:40 MST 2001
     root@dolphin:/usr/obj/usr/src/sys/WHALE  i386

>Description:

I think this goes under 'conf' but it might be 'docs'. Here goes:

The /etc/rc.firewall (and /etc/rc.firewall6) script contains references to
"recommended" books on the subject of security and firewalls. The second book
mentioned, Firewalls & Internet Security, is referenced by an incorrect ISBN
number. Additionally, the first book mentioned, Building Internet Firewalls, is
now in its 2nd edition and thus that, more current, book will have a new ISBN
number as well.

The patch attached fixes these two things as well as gives complete URLs to the
books themselves on each publisher's website for convenience.

The patch also applies (with an offset) to /etc/rc.firewall6 cleanly.

>How-To-Repeat:

  Look at /etc/rc.firewall and try to find a book using the second ISBN number :)

>Fix:

--- rc.firewall.orig	Thu Jan 25 21:09:24 2001
+++ rc.firewall	Thu Jan 25 21:13:22 2001
@@ -54,12 +54,13 @@
 # If you don't know enough about packet filtering, we suggest that you
 # take time to read this book:
 #
-#	Building Internet Firewalls
+#	Building Internet Firewalls, 2nd Edition
 #	Brent Chapman and Elizabeth Zwicky
 #
 #	O'Reilly & Associates, Inc
-#	ISBN 1-56592-124-0
+#	ISBN 1-56592-871-7
 #	http://www.ora.com/
+#	http://www.oreilly.com/catalog/fire2/
 #
 # For a more advanced treatment of Internet Security read:
 #
@@ -68,8 +69,9 @@
 #	William R. Cheswick, Steven M. Bellowin
 #
 #	Addison-Wesley
-#	ISBN 0-201-6337-4
+#	ISBN 0-201-63357-4
 #	http://www.awl.com/
+#	http://www.awlonline.com/product/0%2C2627%2C0201633574%2C00.html
 #
 
 if [ -n "${1}" ]; then


>Release-Note:
>Audit-Trail:

From: John Reynolds <jjreynold@home.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: conf/24652: rc.firewall contains incorrect ISBN number for recommended book
Date: Thu, 25 Jan 2001 21:53:37 -0700

 Sorry, I realized after I sent this PR that I'd botched my e-mail address. The
 'proper' one should be
 
   John Reynolds <jjreynold@home.com>
 
 That patch and description inside this PR are still valid.
 
 Thanx.
 
 
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Sun Feb 25 03:46:11 PST 2001 
State-Changed-Why:  
Fixed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24652 
>Unformatted:
