From owner-freebsd-bugs Thu Jan 25 20:50:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A130C37B402 for ; Thu, 25 Jan 2001 20:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q4o1G42018; Thu, 25 Jan 2001 20:50:01 -0800 (PST) (envelope-from gnats) 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 ; 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 ; 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 Reply-To: jjreynold@cx587235-a.chnd1.az.home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/24652: rc.firewall contains incorrect ISBN number for recommended book Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 25 20:50:01 PST 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message