From 807bde83effa50eb561f38e190c5e957c58d60ed Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 14 Sep 2006 08:34:28 +0000 Subject: [PATCH] update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3466 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/kern.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/regress/kern.conf b/regress/kern.conf index 2499dea0f7..01131afbd2 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -1,5 +1,6 @@ # 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/k" # Where to send email !!!!! Change me !!!!!!! @@ -12,17 +13,18 @@ SQLITE_DIR=${HOME}/bacula/depkgs/sqlite TAPE_DRIVE="/dev/nst0" # if you don't have an autochanger set AUTOCHANGER to /dev/null -AUTOCHANGER="/dev/sg3" +AUTOCHANGER="/dev/sg0" # For two drive tests -- set to /dev/null if you do not have it -TAPE_DRIVE1="/dev/nst1" +TAPE_DRIVE1="/dev/null" # This must be the path to the autochanger including its name AUTOCHANGER_PATH="/usr/sbin/mtx" # Set your database here -WHICHDB?="--with-sqlite=${SQLITE_DIR}" -#WHICHDB="--with-mysql=${HOME}/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