# Where to get the source to be tested BACULA_SOURCE="${HOME}/bacula/k" # Where to send email !!!!! Change me !!!!!!! EMAIL=kern@sibbald.com # Full "default" path where to find sqlite (no quotes!) SQLITE_DIR=${HOME}/bacula/depkgs/sqlite TAPE_DRIVE="/dev/nst0" # if you don't have an autochanger set AUTOCHANGER to /dev/null AUTOCHANGER="/dev/sg0" # This must be the path to the autochanger including its name AUTOCHANGER_PATH="/usr/sbin/mtx" # Set your database here WHICHDB="--with-sqlite=${SQLITE_DIR}" #WHICHDB="--with-mysql=${HOME}/mysql" # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers" TCPWRAPPERS="--with-tcp-wrappers"