From: Kern Sibbald Date: Wed, 7 Feb 2007 06:30:11 +0000 (+0000) Subject: Fix broken weird-files.tar.gz X-Git-Tag: Release-7.0.0~6941 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a413587a9f19d2d5269e2470298e5931b244756;p=bacula%2Fbacula Fix broken weird-files.tar.gz git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4122 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/kern.conf b/regress/kern.conf index 11c2c5160b..0839ca77bf 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -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"