]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/kern.conf
Fix compile problem of ua_restore.c on broken compilers.
[bacula/bacula] / regress / kern.conf
index dbe0c96ca4dad4e2c74b6f4655fce020a146b5b0..b87dd8e8b5b7f8fed9ce75b4cb222af80ffb8ffc 100644 (file)
@@ -12,4 +12,11 @@ TAPE_DRIVE="/dev/nst0"
 AUTOCHANGER="/dev/sg0"
 
 # This must be the path to the autochanger including its name
-AUTOCHANGER_PATH="/usr/local/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"