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