From: Kern Sibbald Date: Mon, 1 Oct 2007 06:09:35 +0000 (+0000) Subject: Update kern.conf X-Git-Tag: Release-7.0.0~5555 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bfc9bf68e997f075fa2c83d5b66fbde20ec0d34f;p=bacula%2Fbacula Update kern.conf git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5705 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/kern.conf b/regress/kern.conf index 71990b9f49..d7c6ef4a4d 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -36,3 +36,16 @@ TCPWRAPPERS="--with-tcp-wrappers" # 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