]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/kern.conf
ebl update
[bacula/bacula] / regress / kern.conf
index 01131afbd27a9d29cfa7396abffbe67f7740ab0d..0839ca77bf4f806cfd900d751f973169c59c7b5d 100644 (file)
@@ -1,10 +1,9 @@
 # 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!)
@@ -21,10 +20,9 @@ TAPE_DRIVE1="/dev/null"
 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"
@@ -32,4 +30,4 @@ 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=""
+OPENSSL="--with-openssl"