]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/kern.conf
Final changes
[bacula/bacula] / regress / kern.conf
index 45335617f0eb118657f7545331fd08e726971227..11c2c5160b4c8907cd8e821364d30406741491d6 100644 (file)
@@ -1,5 +1,6 @@
 # Where to get the source to be tested
-# BACULA_SOURCE="${HOME}/bacula/branch-1.38.1"
+# BACULA_SOURCE="${HOME}/bacula/branch-1.38"
+#BACULA_SOURCE="${HOME}/bacula/bacula-1.39.22-20060908"
 BACULA_SOURCE="${HOME}/bacula/k"
 
 # Where to send email   !!!!! Change me !!!!!!!
@@ -12,17 +13,18 @@ SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 
 TAPE_DRIVE="/dev/nst0"
 # if you don't have an autochanger set AUTOCHANGER to /dev/null
-AUTOCHANGER="/dev/sg3"
+AUTOCHANGER="/dev/sg0"
 # For two drive tests -- set to /dev/null if you do not have it 
-TAPE_DRIVE1="/dev/nst1"
+TAPE_DRIVE1="/dev/null"
 
 # This must be the path to the autochanger including its name
 AUTOCHANGER_PATH="/usr/sbin/mtx"
 
 # Set your database here
-WHICHDB?="--with-sqlite=${SQLITE_DIR}"
-#WHICHDB="--with-mysql=${HOME}/mysql"
+#WHICHDB="--with-sqlite=${SQLITE_DIR}"
+WHICHDB="--with-mysql"
 #WHICHDB="--with-postgresql"
+#WHICHDB="--with-sqlite3=${SQLITE_DIR}"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"
@@ -30,4 +32,4 @@ TCPWRAPPERS="--with-tcp-wrappers"
 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
 # to enable it, or provide the path to the OpenSSL installation,
 # eg "--with-openssl=/usr/local"
-OPENSSL=""
+OPENSSL="--with-openssl"