]> git.sur5r.net Git - bacula/bacula/blob - regress/prototype.conf
Final changes
[bacula/bacula] / regress / prototype.conf
1 #
2 # Prototype personal configuration file for the regression 
3 #  scripts.  Either edit this file directly, or better copy
4 #  it elsewhere so it won't get overwritten.          
5 #
6
7 #
8 # Where to get the source to be tested
9 #
10 BACULA_SOURCE=
11
12 # Where to send email messages
13 #
14 EMAIL=
15 SMTP_HOST=localhost
16
17 # Full "default" path where to find sqlite. 
18 # This is only used if you do not specify a database override on the
19 # make command.  
20 #
21 #    N.B. DON'T PUT QOUTES AROUND THE PATH.
22 #
23 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite
24
25 #
26 # The device name of your tape drive if you have one
27 #
28 TAPE_DRIVE=/dev/nst0
29 TAPE_DRIVE1=/dev/null
30
31 #
32 # if you don't have an autochanger set AUTOCHANGER to /dev/null
33 #
34 AUTOCHANGER=/dev/sg0
35
36 #
37 # This must be the path to the autochanger including its name
38 #
39 AUTOCHANGER_PATH=/bin/mtx
40
41 # Set your database here
42 WHICHDB?="--with-sqlite=${SQLITE_DIR}"
43 #WHICHDB="--with-mysql=${HOME}/mysql"
44
45 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
46 TCPWRAPPERS="--with-tcp-wrappers"