X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ffreebsd.conf;h=7b8c2c37a5e72ca9d9ce1efae24d7473079112c0;hb=649ac682e935fd1b20bec0d3248a45d7925bee6a;hp=823eb9cbbfcf59cc89ae9eb8a5e5aa50c7541361;hpb=8b80d598ed2af4524faf604c5d20e06dfa4974f4;p=bacula%2Fbacula diff --git a/regress/freebsd.conf b/regress/freebsd.conf index 823eb9cbbf..7b8c2c37a5 100644 --- a/regress/freebsd.conf +++ b/regress/freebsd.conf @@ -1,12 +1,17 @@ +# +# Copyright (C) 2000-2015 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# # Where to get the source to be tested # BACULA_SOURCE="${HOME}/bacula/branch-1.36.2" BACULA_SOURCE="${HOME}/bacula/k" # Where to send email !!!!! Change me !!!!!!! -EMAIL=kern@sibbald.com -SMTP_HOST="matou.sibbald.com" +EMAIL=xxxx@domain.com +SMTP_HOST="machine.domain.com" # Full "default" path where to find sqlite (no quotes!) +SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite TAPE_DRIVE="/dev/nsa0" @@ -19,8 +24,10 @@ TAPE_DRIVE1="/dev/null" AUTOCHANGER_PATH="/usr/local/sbin/mtx" # Set your database here -WHICHDB?="--with-sqlite=${SQLITE_DIR}" -#WHICHDB="--with-mysql=${HOME}/mysql" +#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" @@ -28,4 +35,8 @@ 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" +# +# Note, you can also add any other (as many as you want) special +# Bacula configuration options here, such as --disable-batch-insert +# OPENSSL=""