X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=regress%2Fkern.conf;h=d7c6ef4a4dea62a31614b1863b2580834e4e256b;hb=0a862bb30a993f297aa3152a38d58f934da84d16;hp=11c2c5160b4c8907cd8e821364d30406741491d6;hpb=bae64f704ebeb4139b729ae9e19c423aae1c3d9c;p=bacula%2Fbacula diff --git a/regress/kern.conf b/regress/kern.conf index 11c2c5160b..d7c6ef4a4d 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -1,14 +1,13 @@ # Where to get the source to be tested -# BACULA_SOURCE="${HOME}/bacula/branch-1.38" -#BACULA_SOURCE="${HOME}/bacula/bacula-1.39.22-20060908" +#BACULA_SOURCE="${HOME}/bacula/bacula/branch-2.0" BACULA_SOURCE="${HOME}/bacula/k" # Where to send email !!!!! Change me !!!!!!! -EMAIL=kern@sibbald.com +EMAIL=xxxx@omally SMTP_HOST="localhost" # Full "default" path where to find sqlite (no quotes!) -#SQLITE_DIR=${HOME}/bacula/depkgs/sqlite3 +SQLITE3_DIR=${HOME}/bacula/depkgs/sqlite3 SQLITE_DIR=${HOME}/bacula/depkgs/sqlite TAPE_DRIVE="/dev/nst0" @@ -22,9 +21,9 @@ AUTOCHANGER_PATH="/usr/sbin/mtx" # Set your database here #WHICHDB="--with-sqlite=${SQLITE_DIR}" +#WHICHDB="--with-sqlite3=${SQLITE3_DIR}" WHICHDB="--with-mysql" #WHICHDB="--with-postgresql" -#WHICHDB="--with-sqlite3=${SQLITE_DIR}" # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers" TCPWRAPPERS="--with-tcp-wrappers" @@ -32,4 +31,21 @@ TCPWRAPPERS="--with-tcp-wrappers" # Set this to "" to disable OpenSSL support, "--with-openssl=yes" # to enable it, or provide the path to the OpenSSL installation, # eg "--with-openssl=/usr/local" +# +# Note, you can also add any other (as many as you want) special +# Bacula configuration options here, such as --disable-batch-insert +# OPENSSL="--with-openssl" + +# You may put your real host name here, but localhost is valid also +# and it has the advantage that it works on a non-newtworked machine +HOST="localhost" + +# see --with-base-port at +# http://www.bacula.org/rel-manual/Installing_Bacula.html +# You only need to change this if you want to run more than one instance +# of regression testing on the same box. You'll need to set BASEPORT +# to values that do not overlap. BASEPORT is the first of three ports +# required by each instance, one for each of Dir, SD, and the FD. +# +BASEPORT=8101