From e525519509bc2c633b8f7f9880290f632d7240b6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 30 May 2006 18:26:17 +0000 Subject: [PATCH] Authorize the current host in the rsyncd.conf file in addition to localhost and 127.0.0.1 (which will hopefully fix the failing of the daemon tests on FreeBSD). --- testsuite/rsync.fns | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 7d73f0c1..115ae6bc 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -224,13 +224,14 @@ build_rsyncd_conf() { port=2612 pidfile="$scratchdir/rsyncd.pid" logfile="$scratchdir/rsyncd.log" + hostname=`uname -n` cat >"$conf" <