]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
ebl fix runscript on director
[bacula/bacula] / regress / prototype.conf
index 14592a3f944de5351e490689c44feacc6a539a06..2ea5a7079ff2b54e949aaea3142451ba02e546c2 100644 (file)
@@ -5,13 +5,14 @@
 #
 
 #
-# Where to get the source to be tested
+# Put the full path to the Bacula source code to be tested
 #
 BACULA_SOURCE=
 
 # Where to send email messages
 #
 EMAIL=
+SMTP_HOST=localhost
 
 # Full "default" path where to find sqlite. 
 # This is only used if you do not specify a database override on the
@@ -25,6 +26,7 @@ SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
 # The device name of your tape drive if you have one
 #
 TAPE_DRIVE=/dev/nst0
+TAPE_DRIVE1=/dev/null
 
 #
 # if you don't have an autochanger set AUTOCHANGER to /dev/null
@@ -35,3 +37,16 @@ AUTOCHANGER=/dev/sg0
 # This must be the path to the autochanger including its name
 #
 AUTOCHANGER_PATH=/bin/mtx
+
+# Set your database here
+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"
+
+# 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=""