From: Wayne Davison Date: Tue, 30 May 2006 18:26:17 +0000 (+0000) Subject: Authorize the current host in the rsyncd.conf file in addition X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e525519509bc2c633b8f7f9880290f632d7240b6 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). --- 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" <