X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fkern.conf;h=19af1ba8c3f8340fd90997cbb602931002321426;hb=c0dcd9995922bc6e9c82a5aee4bed5385c8df834;hp=dbe0c96ca4dad4e2c74b6f4655fce020a146b5b0;hpb=95f77c2fd78788cdd5410fc9d2319fd0de2408cd;p=bacula%2Fbacula diff --git a/regress/kern.conf b/regress/kern.conf index dbe0c96ca4..19af1ba8c3 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -1,15 +1,34 @@ # Where to get the source to be tested +#BACULA_SOURCE="${HOME}/bacula/bacula/branch-2.0" BACULA_SOURCE="${HOME}/bacula/k" # Where to send email !!!!! Change me !!!!!!! -EMAIL=kern@sibbald.com +EMAIL=kern@omally +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/nst0" # if you don't have an autochanger set AUTOCHANGER to /dev/null 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="/usr/local/bin/mtx" +AUTOCHANGER_PATH="/usr/sbin/mtx" + +# Set your database here +#WHICHDB="--with-sqlite=${SQLITE_DIR}" +#WHICHDB="--with-sqlite3=${SQLITE3_DIR}" +WHICHDB="--with-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="--with-openssl"