X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ffreebsd.conf;h=c1bbf968663e5ed5ad073f0563b480a06429a67e;hb=6755b54d30c7a5d747f030c867b5a1aff6b0432e;hp=3d41bd0f1ef29f3efdf140e9a3d88dab524ff9a5;hpb=14a2a32acd621fdae9da4f5c4640f0560253eaca;p=bacula%2Fbacula diff --git a/regress/freebsd.conf b/regress/freebsd.conf index 3d41bd0f1e..c1bbf96866 100644 --- a/regress/freebsd.conf +++ b/regress/freebsd.conf @@ -3,10 +3,11 @@ 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 +20,19 @@ 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" + +# 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=""