From: Kern Sibbald Date: Sat, 17 Oct 2009 16:28:06 +0000 (+0200) Subject: Implement Dan's suggestion to avoid IPv6 problems X-Git-Tag: Release-5.0.0~283^2^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ce768c07c1fec5e32eb5e81eae54a6da2d42e028;p=bacula%2Fbacula Implement Dan's suggestion to avoid IPv6 problems --- diff --git a/regress/kern.conf b/regress/kern.conf index d7c6ef4a4d..63719fdcc8 100644 --- a/regress/kern.conf +++ b/regress/kern.conf @@ -39,7 +39,7 @@ 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" +HOST="127.0.0.1" # see --with-base-port at # http://www.bacula.org/rel-manual/Installing_Bacula.html diff --git a/regress/prototype.conf b/regress/prototype.conf index 9458c8099f..ceb82e2e27 100644 --- a/regress/prototype.conf +++ b/regress/prototype.conf @@ -70,7 +70,7 @@ 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" +HOST="127.0.0.1" # see --with-base-port at # http://www.bacula.org/rel-manual/Installing_Bacula.html