From 6a413587a9f19d2d5269e2470298e5931b244756 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 7 Feb 2007 06:30:11 +0000 Subject: [PATCH] Fix broken weird-files.tar.gz git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4122 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/kern.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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" -- 2.39.5