Remove the bulging firewalls section from the security chapter into a

new chapter all its own, currently in the 'network communications'
part as chapter 24.

Add a small paragraph at the bottom of the security chapter synopsis
noting that additional security topics are covered in the MAC chapter
and the Firewall chapter.

While here add some missing punctuation, cleanup the whitespace, add
missing </para> tags, add a synopsis, and of course
s/<sectN/<sectN-1/.
This commit is contained in:
Murray Stokely 2004-12-05 00:14:21 +00:00
parent a600fdcb90
commit fe21d08e83
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23130
6 changed files with 2894 additions and 2774 deletions
en_US.ISO8859-1/books/handbook

View file

@ -162,6 +162,7 @@ SRCS+= cutting-edge/chapter.sgml
SRCS+= desktop/chapter.sgml
SRCS+= disks/chapter.sgml
SRCS+= eresources/chapter.sgml
SRCS+= firewalls/chapter.sgml
SRCS+= install/chapter.sgml
SRCS+= introduction/chapter.sgml
SRCS+= kernelconfig/chapter.sgml

View file

@ -287,6 +287,10 @@
<para>Running Network Servers</para>
</listitem>
<listitem>
<para>Firewalls</para>
</listitem>
<listitem>
<para>Other Advanced Networking Topics</para>
</listitem>
@ -302,6 +306,7 @@
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
<![ %chap.mail; [ &chap.mail; ]]>
<![ %chap.network-servers; [ &chap.network-servers; ]]>
<![ %chap.firewalls; [ &chap.firewalls; ]]>
<![ %chap.advanced-networking; [ &chap.advanced-networking; ]]>
</part>

View file

@ -41,6 +41,7 @@
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.sgml">
<!ENTITY chap.mail SYSTEM "mail/chapter.sgml">
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.sgml">
<!ENTITY chap.firewalls SYSTEM "firewalls/chapter.sgml">
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.sgml">
<!-- Part five (appendices) -->

View file

@ -0,0 +1,15 @@
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
CHAPTERS= firewalls/chapter.sgml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff