From f3cfb81c7e1435dcad104700757139b68a6e9d3e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 13 Mar 2008 15:02:54 +0000 Subject: [PATCH] ebl revert prototype.conf change git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6605 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/prototype.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/regress/prototype.conf b/regress/prototype.conf index 7e67481393..c5381a28d1 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -1,17 +1,17 @@ # Where to get the source to be tested -BACULA_SOURCE="${HOME}/dev/bacula" +BACULA_SOURCE="${HOME}/bacula/bacula" # Where to send email !!!!! Change me !!!!!!! -EMAIL=ebollengier@sigma.fr +EMAIL=my-name@domain.com SMTP_HOST="localhost" # Full "default" path where to find sqlite (no quotes!) SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite -TAPE_DRIVE="/dev/null" +TAPE_DRIVE="/dev/nst0" # if you don't have an autochanger set AUTOCHANGER to /dev/null -AUTOCHANGER="/dev/null" +AUTOCHANGER="/dev/sg0" # For two drive tests -- set to /dev/null if you do not have it TAPE_DRIVE1="/dev/null" @@ -21,11 +21,11 @@ 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" +#WHICHDB="--with-postgresql" +WHICHDB="--with-mysql" # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers" -#TCPWRAPPERS="--with-tcp-wrappers" +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, -- 2.39.5