# Where to get the source to be tested
-# BACULA_SOURCE="${HOME}/bacula/branch-1.38"
-#BACULA_SOURCE="${HOME}/bacula/bacula-1.39.22-20060908"
+#BACULA_SOURCE="${HOME}/bacula/branch-2.0"
BACULA_SOURCE="${HOME}/bacula/k"
# Where to send email !!!!! Change me !!!!!!!
-EMAIL=kern@sibbald.com
+EMAIL=kern@omally
SMTP_HOST="localhost"
# Full "default" path where to find sqlite (no quotes!)
AUTOCHANGER_PATH="/usr/sbin/mtx"
# Set your database here
-#WHICHDB="--with-sqlite=${SQLITE_DIR}"
-WHICHDB="--with-mysql"
+WHICHDB="--with-sqlite=${SQLITE_DIR}"
+#WHICHDB="--with-mysql"
#WHICHDB="--with-postgresql"
-#WHICHDB="--with-sqlite3=${SQLITE_DIR}"
# Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
TCPWRAPPERS="--with-tcp-wrappers"