]> git.sur5r.net Git - bacula/bacula/blob - regress/kern.conf
63719fdcc8595a7e51b033c2abc21f72517c51d2
[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"
39
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
42 HOST="127.0.0.1"
43
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.
50 #
51 BASEPORT=8101