From: Martin Pool Date: Tue, 12 Mar 2002 00:04:03 +0000 (+0000) Subject: Fix generated rsyncd.conf file for testing. X-Git-Tag: v2.5.4pre1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e6c7f454924fe6e289d054d67f89dda3c2875c6;p=thirdparty%2Frsync.git 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 }