]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
Adjust for qwt in depkgs.
[bacula/bacula] / regress / prototype.conf
index 534f8cab367a2c2e1d824cb4e2772864ad7e4b35..eebf5943608eb98de56dbe6c02b4256869b54e70 100644 (file)
@@ -1,17 +1,37 @@
-
 # Where to get the source to be tested
-BACULA_SOURCE=""
+BACULA_SOURCE="${HOME}/bacula/bacula"
 
-# Where to send email messages
-EMAIL=""
+# Where to send email   !!!!! Change me !!!!!!!
+EMAIL=my-name@domain.com
+SMTP_HOST="localhost"
 
-# Full path where to find sqlite
-DEPKGS="${HOME}/bacula/depkgs/sqlite"
+# Full "default" path where to find sqlite (no quotes!)
+SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
+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"
+# For two drive tests -- set to /dev/null if you do not have it 
+TAPE_DRIVE1="/dev/null"
 
 # 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-sqlite3=${SQLITE3_DIR}"
+#WHICHDB="--with-postgresql"
+WHICHDB="--with-mysql" 
+
+# 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"
+#   
+# Note, you can also add any other (as many as you want) special   
+#  Bacula configuration options here, such as --disable-batch-insert
+#
+OPENSSL="--with-openssl"