From 11071afe60531ca03811bdd6f5e0d4ada5a2ee38 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 29 Jun 2006 16:20:01 +0000 Subject: [PATCH] fix some doc bugs --- docs/manual/install.tex | 3 +++ docs/manual/security.tex | 23 ++++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/docs/manual/install.tex b/docs/manual/install.tex index 24996748..e19c2ba9 100644 --- a/docs/manual/install.tex +++ b/docs/manual/install.tex @@ -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 diff --git a/docs/manual/security.tex b/docs/manual/security.tex index abe3bde9..e31dcb93 100644 --- a/docs/manual/security.tex +++ b/docs/manual/security.tex @@ -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 -- 2.39.5