X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fkern.conf;h=2499dea0f7d8c273250bb9ce425dc191051a3a5f;hb=d78222d489c99a79823a5c6c87a1b7d684d44435;hp=b87dd8e8b5b7f8fed9ce75b4cb222af80ffb8ffc;hpb=b9656363a45ea515961bc11268f141b3a3b3cf9d;p=bacula%2Fbacula diff --git a/regress/kern.conf b/regress/kern.conf index b87dd8e8b5..2499dea0f7 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -1,22 +1,33 @@ # Where to get the source to be tested +# BACULA_SOURCE="${HOME}/bacula/branch-1.38" BACULA_SOURCE="${HOME}/bacula/k" # Where to send email !!!!! Change me !!!!!!! EMAIL=kern@sibbald.com +SMTP_HOST="localhost" # Full "default" path where to find sqlite (no quotes!) +#SQLITE_DIR=${HOME}/bacula/depkgs/sqlite3 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite TAPE_DRIVE="/dev/nst0" # if you don't have an autochanger set AUTOCHANGER to /dev/null -AUTOCHANGER="/dev/sg0" +AUTOCHANGER="/dev/sg3" +# For two drive tests -- set to /dev/null if you do not have it +TAPE_DRIVE1="/dev/nst1" # 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-sqlite=${SQLITE_DIR}" #WHICHDB="--with-mysql=${HOME}/mysql" +#WHICHDB="--with-postgresql" # Set this to "--with-tcp-wrappers" or "--without-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, +# eg "--with-openssl=/usr/local" +OPENSSL=""