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