]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Update
[bacula/bacula] / regress / prototype.conf
index 21068789c76240bafac8ab168ba6b990153de25e..2ea5a7079ff2b54e949aaea3142451ba02e546c2 100644 (file)
@@ -5,7 +5,7 @@
 #
 
 #
-# Where to get the source to be tested
+# Put the full path to the Bacula source code to be tested
 #
 BACULA_SOURCE=
 
@@ -39,8 +39,9 @@ AUTOCHANGER=/dev/sg0
 AUTOCHANGER_PATH=/bin/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"
 
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"