]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/kern.conf
- Remove old code in jcr.c
[bacula/bacula] / regress / kern.conf
index b9d9342c53c15c99dd122dcf74851a668e12ac9d..b87dd8e8b5b7f8fed9ce75b4cb222af80ffb8ffc 100644 (file)
@@ -2,7 +2,7 @@
 BACULA_SOURCE="${HOME}/bacula/k"
 
 # Where to send email   !!!!! Change me !!!!!!!
-EMAIL=kern+ok@sibbald.com
+EMAIL=kern@sibbald.com
 
 # Full "default" path where to find sqlite (no quotes!)
 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
@@ -12,4 +12,11 @@ TAPE_DRIVE="/dev/nst0"
 AUTOCHANGER="/dev/sg0"
 
 # This must be the path to the autochanger including its name
-AUTOCHANGER_PATH="/bin/mtx"
+AUTOCHANGER_PATH="/usr/sbin/mtx"
+
+# Set your database here
+WHICHDB="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-mysql=${HOME}/mysql"
+
+# Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
+TCPWRAPPERS="--with-tcp-wrappers"