X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fkern.conf;h=d7c6ef4a4dea62a31614b1863b2580834e4e256b;hb=391a0d275ce42bd5514fb698016a920df70ffbbb;hp=19af1ba8c3f8340fd90997cbb602931002321426;hpb=ff85f1416f3bbd00919fddb1d1acbed46491605d;p=bacula%2Fbacula diff --git a/regress/kern.conf b/regress/kern.conf index 19af1ba8c3..d7c6ef4a4d 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -3,7 +3,7 @@ BACULA_SOURCE="${HOME}/bacula/k" # Where to send email !!!!! Change me !!!!!!! -EMAIL=kern@omally +EMAIL=xxxx@omally SMTP_HOST="localhost" # Full "default" path where to find sqlite (no quotes!) @@ -31,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