X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eace352b3936baf57185faee6a02ca42964423fb..1c60d219472b3de0080cda807b014d011e3b5ccb:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 73e36eed..115ae6bc 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -144,7 +144,7 @@ hands_setup() { #################### # Many machines do not have "mkdir -p", so we have to build up long paths. # How boring. -makepath () { +makepath() { echo " makepath $1" p="$1" ( @@ -224,17 +224,19 @@ build_rsyncd_conf() { port=2612 pidfile="$scratchdir/rsyncd.pid" logfile="$scratchdir/rsyncd.log" + hostname=`uname -n` cat >"$conf" <