]> git.sur5r.net Git - bacula/bacula/blob - regress/kern.conf
Delete unwanted subdirectory
[bacula/bacula] / regress / kern.conf
1 # Where to get the source to be tested
2 #BACULA_SOURCE="${HOME}/bacula/bacula/branch-2.0"
3 BACULA_SOURCE="${HOME}/bacula/k"
4
5 # Where to send email   !!!!! Change me !!!!!!!
6 EMAIL=xxxx@omally
7 SMTP_HOST="localhost"
8
9 # Full "default" path where to find sqlite (no quotes!)
10 SQLITE3_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-sqlite3=${SQLITE3_DIR}"
25 WHICHDB="--with-mysql"
26 #WHICHDB="--with-postgresql"
27
28 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
29 TCPWRAPPERS="--with-tcp-wrappers"
30
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"
34 #   
35 # Note, you can also add any other (as many as you want) special   
36 #  Bacula configuration options here, such as --disable-batch-insert
37 #
38 OPENSSL="--with-openssl"