]> git.sur5r.net Git - bacula/bacula/blob - regress/freebsd.conf
Final changes
[bacula/bacula] / regress / freebsd.conf
1 # Where to get the source to be tested
2 # BACULA_SOURCE="${HOME}/bacula/branch-1.36.2"
3 BACULA_SOURCE="${HOME}/bacula/k"
4
5 # Where to send email   !!!!! Change me !!!!!!!
6 EMAIL=kern@sibbald.com
7 SMTP_HOST="matou.sibbald.com"
8
9 # Full "default" path where to find sqlite (no quotes!)
10 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
11
12 TAPE_DRIVE="/dev/nsa0"
13 # if you don't have an autochanger set AUTOCHANGER to /dev/null
14 AUTOCHANGER="/dev/sg0"
15 # For two drive tests -- set to /dev/null if you do not have it
16 TAPE_DRIVE1="/dev/null"
17
18 # This must be the path to the autochanger including its name
19 AUTOCHANGER_PATH="/usr/local/sbin/mtx"
20
21 # Set your database here
22 WHICHDB?="--with-sqlite=${SQLITE_DIR}"
23 #WHICHDB="--with-mysql=${HOME}/mysql"
24
25 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
26 TCPWRAPPERS="--with-tcp-wrappers"
27
28 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
29 # to enable it, or provide the path to the OpenSSL installation,
30 # eg "--with-openssl=/usr/local"
31 OPENSSL=""