From: Kern Sibbald Date: Sun, 15 Apr 2007 11:46:53 +0000 (+0000) Subject: Update prototype X-Git-Tag: Release-7.0.0~6571 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=34ff8f3317ba0bc5431bc0405c3e2c3f5a24e147;p=bacula%2Fbacula Update prototype git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4557 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/prototype.conf b/regress/prototype.conf index 2ea5a7079f..035d911272 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -1,47 +1,28 @@ -# -# Prototype personal configuration file for the regression -# scripts. Either edit this file directly, or better copy -# it elsewhere so it won't get overwritten. -# +# Where to get the source to be tested +BACULA_SOURCE="${HOME}/bacula/bacula" -# -# Put the full path to the Bacula source code to be tested -# -BACULA_SOURCE= +# Where to send email !!!!! Change me !!!!!!! +EMAIL=my-name@domain.com +SMTP_HOST="localhost" -# Where to send email messages -# -EMAIL= -SMTP_HOST=localhost - -# Full "default" path where to find sqlite. -# This is only used if you do not specify a database override on the -# make command. -# -# N.B. DON'T PUT QOUTES AROUND THE PATH. -# +# Full "default" path where to find sqlite (no quotes!) +SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite -# -# The device name of your tape drive if you have one -# -TAPE_DRIVE=/dev/nst0 -TAPE_DRIVE1=/dev/null - -# +TAPE_DRIVE="/dev/nst0" # if you don't have an autochanger set AUTOCHANGER to /dev/null -# -AUTOCHANGER=/dev/sg0 +AUTOCHANGER="/dev/sg0" +# For two drive tests -- set to /dev/null if you do not have it +TAPE_DRIVE1="/dev/null" -# # This must be the path to the autochanger including its name -# -AUTOCHANGER_PATH=/bin/mtx +AUTOCHANGER_PATH="/usr/sbin/mtx" # Set your database here -WHICHDB="--with-sqlite=${SQLITE_DIR}" -#WHICHDB="--with-mysql" +#WHICHDB="--with-sqlite=${SQLITE_DIR}" +#WHICHDB="--with-sqlite3=${SQLITE3_DIR}" #WHICHDB="--with-postgresql" +WHICHDB="--with-mysql" # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers" TCPWRAPPERS="--with-tcp-wrappers" @@ -49,4 +30,4 @@ 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, # eg "--with-openssl=/usr/local" -OPENSSL="" +OPENSSL="--with-openssl"