]> git.sur5r.net Git - bacula/docs/commitdiff
Tweaks from Dan
authorKern Sibbald <kern@sibbald.com>
Fri, 8 Jun 2012 20:23:54 +0000 (22:23 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 8 Jun 2012 20:23:54 +0000 (22:23 +0200)
docs/manuals/en/developers/regression.tex

index 32c80ba73015e00296e0618fac9cd9c3c3f60287..ce7cc162cf37a9de89f56e5594d808340ae7de3e 100644 (file)
@@ -137,11 +137,12 @@ TAPE_DRIVE1="/dev/null"
 # This must be the path to the autochanger including its name
 AUTOCHANGER_PATH="/usr/sbin/mtx"
 
+# Set what backend to use "postresql" "mysql" or "sqlite3"
+DBTYPE="postgresql"
+
 # Set your database here
-#WHICHDB="--with-sqlite=${SQLITE_DIR}"
-#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
-#WHICHDB="--with-mysql"
-WHICHDB="--with-postgresql"
+#WHICHDB="--with-${DBTYPE}=${SQLITE3_DIR}"
+WHICHDB="--with-${DBTYPE}"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"
@@ -151,8 +152,9 @@ TCPWRAPPERS="--with-tcp-wrappers"
 # eg "--with-openssl=/usr/local"
 OPENSSL="--with-openssl"
 
-# You may put your real host name here, but localhost is valid also
-#  and it has the advantage that it works on a non-newtworked machine
+# You may put your real host name here, but localhost or 127.0.0.1
+# is valid also and it has the advantage that it works on a 
+# non-networked machine
 HOST="localhost"
                                                                                         
 \end{verbatim}