diff options
author | des <des@FreeBSD.org> | 2001-02-25 11:44:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-02-25 11:44:51 +0000 |
commit | 4f21d5f03f0b6bd39903d4ef8d34cab68c6a0db3 (patch) | |
tree | 383ae7fdebbabc6be835a00f8fef6b56ede56283 /etc/rc.firewall | |
parent | 34a8061ba3463880570cc365b57a6df68b247c06 (diff) | |
download | FreeBSD-src-4f21d5f03f0b6bd39903d4ef8d34cab68c6a0db3.zip FreeBSD-src-4f21d5f03f0b6bd39903d4ef8d34cab68c6a0db3.tar.gz |
Fix references to Chapman & Zwicky and Cheswick & Bellowin.
PR: 24652
Submitted by: jjreynold@home.com
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r-- | etc/rc.firewall | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index 82f1b2e..1755985 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -54,12 +54,13 @@ fi # 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 @@ fi # 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 |