]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/kern.conf
Final changes
[bacula/bacula] / regress / kern.conf
index e497babd4c1141663375833f15ccfa20affa5d0e..05ce1ac2e7b561e9bc61e730a88343c8811bb6cd 100644 (file)
@@ -1,5 +1,5 @@
 # Where to get the source to be tested
-# BACULA_SOURCE="${HOME}/bacula/branch-1.36.2"
+# BACULA_SOURCE="${HOME}/bacula/branch-1.38.1"
 BACULA_SOURCE="${HOME}/bacula/k"
 
 # Where to send email   !!!!! Change me !!!!!!!
@@ -12,7 +12,7 @@ SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 
 TAPE_DRIVE="/dev/nst0"
 # if you don't have an autochanger set AUTOCHANGER to /dev/null
-AUTOCHANGER="/dev/sg0"
+AUTOCHANGER="/dev/sg3"
 # For two drive tests -- set to /dev/null if you do not have it 
 TAPE_DRIVE1="/dev/nst1"
 
@@ -20,9 +20,10 @@ TAPE_DRIVE1="/dev/nst1"
 AUTOCHANGER_PATH="/usr/sbin/mtx"
 
 # Set your database here
-#SQLITE_DIR=${HOME}/bacula/depkgs/sqlite3
 WHICHDB?="--with-sqlite=${SQLITE_DIR}"
 #WHICHDB="--with-mysql=${HOME}/mysql"
+#WHICHDB="--with-postgresql"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"
+