From: Martin Pool Date: Tue, 12 Mar 2002 00:04:03 +0000 (+0000) Subject: Fix generated rsyncd.conf file for testing. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2e6c7f454924fe6e289d054d67f89dda3c2875c6 Fix generated rsyncd.conf file for testing. --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 6aee8de6..41f3354b 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -201,10 +201,12 @@ use chroot = no hosts allow = localhost, 127.0.0.1 log file = $logfile -[test-from] = $scratchdir/daemon-from/ +[test-from] + path = $FROM read only = yes -[test-to] = $scratchdir/daemon-to/ +[test-to] + path = $TO read only = no EOF }