From 2e6c7f454924fe6e289d054d67f89dda3c2875c6 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 12 Mar 2002 00:04:03 +0000 Subject: [PATCH] Fix generated rsyncd.conf file for testing. --- testsuite/rsync.fns | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 } -- 2.34.1