From fd1b754866cfaeca7a7e33bb443f3eabbf2ca9b1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 18 Feb 2009 14:55:43 +0000 Subject: [PATCH] Tweaks git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8473 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/prototype.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/regress/prototype.conf b/regress/prototype.conf index 665681fc21..9458c8099f 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -9,6 +9,12 @@ SMTP_HOST="localhost" SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite +# Set your database here +#WHICHDB="--with-sqlite=${SQLITE_DIR}" +#WHICHDB="--with-sqlite3=${SQLITE3_DIR}" +#WHICHDB="--with-postgresql" +WHICHDB="--with-mysql" + # set to /dev/null if you do not have a tape drive # Note this is used for both the tape tests and the # autochanger @@ -41,12 +47,6 @@ AUTOCHANGER_SCRIPT=mtx-changer # 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-sqlite3=${SQLITE3_DIR}" -#WHICHDB="--with-postgresql" -WHICHDB="--with-mysql" - # DB parameters db_name="regress" db_user="regress" -- 2.39.5