From ce768c07c1fec5e32eb5e81eae54a6da2d42e028 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 17 Oct 2009 18:28:06 +0200 Subject: [PATCH] Implement Dan's suggestion to avoid IPv6 problems --- regress/kern.conf | 2 +- regress/prototype.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5