]> 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.1"
3 BACULA_SOURCE="${HOME}/bacula/k"
4
5 # Where to send email   !!!!! Change me !!!!!!!
6 EMAIL=kern@sibbald.com
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/sg3"
16 # For two drive tests -- set to /dev/null if you do not have it 
17 TAPE_DRIVE1="/dev/nst1"
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=${HOME}/mysql"
25 #WHICHDB="--with-postgresql"
26
27 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
28 TCPWRAPPERS="--with-tcp-wrappers"
29