diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-02-25 11:44:51 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-02-25 11:44:51 +0000 |
| commit | 7a6ac3e0871749dc82d66caec562e55b5f6107cc (patch) | |
| tree | 420b27d9049b28810f795d70b4f4b9ebbd560ffb /etc | |
| parent | c41e6d16844191cc5bd6810315f9ee2055f57c7f (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.firewall | 8 | ||||
| -rw-r--r-- | etc/rc.firewall6 | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index 82f1b2e3030b8..1755985f8888a 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 diff --git a/etc/rc.firewall6 b/etc/rc.firewall6 index df2d7a23c8f6e..646d3d11c1d21 100644 --- a/etc/rc.firewall6 +++ b/etc/rc.firewall6 @@ -29,12 +29,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: # @@ -43,8 +44,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 |
