1 # Where to get the source to be tested
2 #BACULA_SOURCE="${HOME}/bacula/bacula/branch-2.0"
3 BACULA_SOURCE="${HOME}/bacula/k"
5 # Where to send email !!!!! Change me !!!!!!!
9 # Full "default" path where to find sqlite (no quotes!)
10 SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3
11 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
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"
19 # This must be the path to the autochanger including its name
20 AUTOCHANGER_PATH="/usr/sbin/mtx"
22 # Set your database here
23 #WHICHDB="--with-sqlite=${SQLITE_DIR}"
24 #WHICHDB="--with-sqlite3=${SQLITE3_DIR}"
25 WHICHDB="--with-mysql"
26 #WHICHDB="--with-postgresql"
28 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
29 TCPWRAPPERS="--with-tcp-wrappers"
31 # Set this to "" to disable OpenSSL support, "--with-openssl=yes"
32 # to enable it, or provide the path to the OpenSSL installation,
33 # eg "--with-openssl=/usr/local"
35 # Note, you can also add any other (as many as you want) special
36 # Bacula configuration options here, such as --disable-batch-insert
38 OPENSSL="--with-openssl"
40 # You may put your real host name here, but localhost is valid also
41 # and it has the advantage that it works on a non-newtworked machine
44 # see --with-base-port at
45 # http://www.bacula.org/rel-manual/Installing_Bacula.html
46 # You only need to change this if you want to run more than one instance
47 # of regression testing on the same box. You'll need to set BASEPORT
48 # to values that do not overlap. BASEPORT is the first of three ports
49 # required by each instance, one for each of Dir, SD, and the FD.