]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/sqlite.tex
main ok but web
[bacula/docs] / docs / manuals / en / main / sqlite.tex
index 7f8ec6d44c0e6005c60133f042aec70bd6cc1323..9d94f8f608e6e62d91f31a1ed35183e6dff70596 100644 (file)
@@ -21,7 +21,7 @@ such as {\bf bscan}, ...
 \index[general]{Phase I!Installing and Configuring SQLite -- }
 \index[general]{Installing and Configuring SQLite -- Phase I }
 
-If you use the {\bf ./configure \verb:--:with-sqlite} statement for configuring {\bf
+If you use the {\bf ./configure \lstinline:--:with-sqlite} statement for configuring {\bf
 Bacula}, you will need SQLite version 2.8.16 or later installed. Our standard
 location (for the moment) for SQLite is in the dependency package {\bf
 depkgs/sqlite-2.8.16}. Please note that the version will be updated as new
@@ -54,14 +54,14 @@ Installing and Configuring is quite easy.
 
 
 Please note that the {\bf ./configure} used to build {\bf Bacula} will need to
-include {\bf \verb:--:with-sqlite} or {\bf \verb:--:with-sqlite3} depending
+include {\bf \lstinline:--:with-sqlite} or {\bf \lstinline:--:with-sqlite3} depending
 one which version of SQLite you are using. You should not use the {\bf
-\verb:--:enable-batch-insert} configuration parameter for Bacula if you
+\lstinline:--:enable-batch-insert} configuration parameter for Bacula if you
 are using SQLite version 2 as it is probably not thread safe.  If you
-are using SQLite version 3, you may use the {\bf \verb:--:enable-batch-insert}
+are using SQLite version 3, you may use the {\bf \lstinline:--:enable-batch-insert}
 configuration option with Bacula, but when building SQLite3 you MUST
-configure it with {\bf \verb:--:enable-threadsafe} and
-{\bf \verb:--:enable-cross-thread-connections}.
+configure it with {\bf \lstinline:--:enable-threadsafe} and
+{\bf \lstinline:--:enable-cross-thread-connections}.
 
 By default, SQLite3 is now run with {\bf PRAGMA synchronous=OFF} this
 increases the speed by more than 30 time, but it also increases the