]> git.sur5r.net Git - bacula/docs/commitdiff
Fix vertical bar display reported in bug #1496
authorKern Sibbald <kern@sibbald.com>
Thu, 11 Feb 2010 14:55:04 +0000 (15:55 +0100)
committerKern Sibbald <kern@sibbald.com>
Thu, 11 Feb 2010 14:55:30 +0000 (15:55 +0100)
docs/manuals/en/main/dirdconf.tex
docs/manuals/en/main/fileset.tex
docs/manuals/en/main/install.tex
docs/manuals/en/main/mysql.tex
docs/manuals/en/main/sqlite.tex

index d0dfa40c38bdfb78c8218c9a8d51d7bbc7155dbb..0f270da1e7164581baef71133f70942c4e996cd6 100644 (file)
@@ -799,7 +799,7 @@ For a {\bf Verify} Job, the Level may be one of the  following:
    your catalog database.
 
    If the {\bf bootstrap-file-specification} begins with a vertical bar
-   (|), Bacula will use the specification as the name of a program to which
+   (\verb+|+), Bacula will use the specification as the name of a program to which
    it will pipe the bootstrap record.  It could for example be a shell
    script that emails you the bootstrap record.
 
index 536a6cb3566a9e291355f4b662126bd9f65fdade..1ad2a042a0233e50d7b31b0a1eb4413835834202 100644 (file)
@@ -972,8 +972,8 @@ df -l | grep "^/dev/hd[ab]" | grep -v ".*/tmp" \
 \end{verbatim}
 \normalsize
 
-   If the vertical bar (|) in front of my\_partitions is preceded by a
-   backslash as in \textbackslash{}|, the program will be executed on the
+   If the vertical bar (\verb+|+) in front of my\_partitions is preceded by a
+   backslash as in \textbackslash{}\verb+|+, the program will be executed on the
    Client's machine instead of on the Director's machine.
    Please note that if the filename is given within quotes, you
    will need to use two slashes.  An example, provided by John Donagher,
index 8184e0d29deb16f45e35116df9c11acec671bae6..ae98e1ebf67075706963f5175f0f8978b566da82 100644 (file)
@@ -1015,7 +1015,9 @@ $ nm /usr/local/lib/libpq.a | grep mutex
    Bacula or if you want to use File Daemon PKI data encryption.
    Normally, the {\bf path} specification is not necessary since
    the configuration searches for the OpenSSL libraries in standard system
-   locations. Enabling OpenSSL in Bacula permits secure communications
+   locations. However, you must ensure that all the libraries are
+   loaded including {\bf libssl-dev} or the equivalent on your
+   system. Enabling OpenSSL in Bacula permits secure communications
    between the daemons and/or data encryption in the File daemon.
    For more information on using TLS, please see the
    \ilink{Bacula TLS -- Communications Encryption}{CommEncryption} chapter
@@ -1023,6 +1025,10 @@ $ nm /usr/local/lib/libpq.a | grep mutex
    For more information on using PKI data encryption, please see the
    \ilink{Bacula PKI -- Data Encryption}{DataEncryption}
    chapter of this manual.
+              
+   If you get errors linking, you need to load the development libraries,
+   or you need to disable SSL by setting without-openssl.
+
 
 \item [ {-}{\-}with-python=\lt{}path\gt{}]
    \index[general]{{-}{\-}with-python}
index fb937269b26475d925c7cc1a2da6ebdcb1c8e672..1a14d973424f7bfc261d4464002a7d159bd898b3 100644 (file)
@@ -81,7 +81,7 @@ MySQL client library is used, and hence you should add the {\bf
 Note, the above command requires GNU tar. If you do not  have GNU tar, a
 command such as:
 
-{\bf zcat mysql-filename | tar xvf - }  
+{\bf zcat mysql-filename \verb+|+ tar xvf - }  
 
 will probably accomplish the same thing. 
 
index a5ef8790a82ebde9086f420e931fa2f35d0219ba..4ff662138d6761dc32e06088597320a9c9cb43ca 100644 (file)
@@ -33,12 +33,16 @@ Installing and Configuring is quite easy.
 \item Download the Bacula dependency packages  
 \item Detar it with something like:
 
-   {\bf tar xvfz depkgs.tar.gz}  
+\begin{verbatim}
+   tar xvfz depkgs.tar.gz
+\end{verbatim}
 
    Note, the above command requires GNU tar. If you do not  have GNU tar, a
    command such as:
 
-   {\bf zcat depkgs.tar.gz | tar xvf -}
+\begin{verbatim}
+   zcat depkgs.tar.gz | tar xvf -
+\end{verbatim}
 
    will probably accomplish the same thing.