X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eace352b3936baf57185faee6a02ca42964423fb..f5761a342b4d5c0bb1351fc01f3f513f87b248f4:/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" <