]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/kern.conf
Add a button to the button bar for .messages
[bacula/bacula] / regress / kern.conf
index 0839ca77bf4f806cfd900d751f973169c59c7b5d..19af1ba8c3f8340fd90997cbb602931002321426 100644 (file)
@@ -1,5 +1,5 @@
 # Where to get the source to be tested
-#BACULA_SOURCE="${HOME}/bacula/branch-2.0"
+#BACULA_SOURCE="${HOME}/bacula/bacula/branch-2.0"
 BACULA_SOURCE="${HOME}/bacula/k"
 
 # Where to send email   !!!!! Change me !!!!!!!
@@ -7,7 +7,7 @@ EMAIL=kern@omally
 SMTP_HOST="localhost"
 
 # Full "default" path where to find sqlite (no quotes!)
-#SQLITE_DIR=${HOME}/bacula/depkgs/sqlite3
+SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 
 TAPE_DRIVE="/dev/nst0"
@@ -20,8 +20,9 @@ TAPE_DRIVE1="/dev/null"
 AUTOCHANGER_PATH="/usr/sbin/mtx"
 
 # Set your database here
-WHICHDB="--with-sqlite=${SQLITE_DIR}"
-#WHICHDB="--with-mysql"
+#WHICHDB="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
+WHICHDB="--with-mysql"
 #WHICHDB="--with-postgresql"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"