From 98c1b32565fc808ca2a428dbd1a5485e7997ad7d Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 22 Mar 2002 06:12:51 +0000 Subject: [PATCH] Rather than literally "nobody", try using uid/gid = 65534 as "nobody". The existing code kind-of assumes this. --- testsuite/rsync.fns | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 4682b4fb..6a06a92c 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -209,6 +209,12 @@ use chroot = no hosts allow = localhost, 127.0.0.1 log file = $logfile +# We don't know if this machine has "nobody" or "nogroup", so use the quasi-canonical +# values of (uint16_t) -2. + +uid = 65534 +gid = 65534 + [test-from] path = $FROM read only = yes -- 2.34.1