]> git.sur5r.net Git - bacula/docs/commitdiff
fix some doc bugs
authorKern Sibbald <kern@sibbald.com>
Thu, 29 Jun 2006 16:20:01 +0000 (16:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 29 Jun 2006 16:20:01 +0000 (16:20 +0000)
docs/manual/install.tex
docs/manual/security.tex

index 249967480b626f218fe6aed78dd88e308fe83a94..e19c2ba9e0a852bfe7ecfaf8689ed32e88adb8ab 100644 (file)
@@ -802,6 +802,9 @@ customize your installation.
 
 \item [ {-}{-}with-tcp-wrappers=\lt{}path\gt{}]
    \index[general]{{-}{-}with-tcp-wrappers }
+   \index[general]{TCP Wrappers}
+   \index[general]{Wrappers!TCP}
+   \index[general]{libwrappers}
    This specifies that you  want TCP wrappers (man hosts\_access(5)) compiled in.
    The path is optional since  Bacula will normally find the libraries in the
    standard locations.  This option affects the Bacula build.  In specifying your
index abe3bde9e97ada6c9d9dee4c7e31569f79f0c61c..e31dcb9306aad0c0a41ffb51b0ddbec3216e2a4b 100644 (file)
@@ -3,8 +3,9 @@
 
 \section*{Bacula Security Issues}
 \label{_ChapterStart14}
-\index[general]{Bacula Security Issues }
-\index[general]{Issues!Bacula Security }
+\index[general]{Bacula Security Issues}
+\index[general]{Security}
+\index[general]{Issues!Bacula Security}
 \addcontentsline{toc}{section}{Bacula Security Issues}
 
 \begin{itemize}
@@ -94,9 +95,12 @@ save you someday.
 
 
 \label{wrappers}
-subsection*{Configuring and Testing TCP Wrappers}
-index[general]{Configuring and Testing TCP Wrappers}
-addcontentsline{toc}{subsection}{Configuring and Testing TCP Wrappers}
+\subsection*{Configuring and Testing TCP Wrappers}
+\index[general]{Configuring and Testing TCP Wrappers}
+\index[general]{TCP Wrappers}
+\index[general]{Wrappers!TCP}
+\index[general]{libwrappers}
+\addcontentsline{toc}{subsection}{Configuring and Testing TCP Wrappers}
 
 TCP Wrappers are implemented if you turn them on when configuring
 ({\bf ./configure \verb:--:with-tcp-wrappers}). 
@@ -144,8 +148,13 @@ undef-dir : ALL : deny
 \end{verbatim}
 \normalsize
 
-You must adjust the daemon names to those found in the respective daemon
-configuration files. In these examples, the Director is undef-dir, the
+You must adjust the names to be the same as the Name directives found
+in each of the daemon configuration files. They are, in general, notthe
+same as the binary daemon names. It is not possible to use the 
+daemon names because multiple daemons may be running on the same machine
+but with different configurations.
+
+In these examples, the Director is undef-dir, the
 Storage Daemon is undef-sd, and the File Daemon is undef-fd. Adjust to suit
 your situation. The above example rules assume that the SD, FD, and DIR all
 reside on the same box. If you have a remote FD client, then the following