From: Martin Pool Date: Fri, 26 Apr 2002 00:55:34 +0000 (+0000) Subject: Add note about resolving Debian gid problem. X-Git-Tag: v2.5.6~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd1a73e14bc1efb9bab01fbd1d693725183cca3;p=thirdparty%2Frsync.git Add note about resolving Debian gid problem. --- diff --git a/TODO b/TODO index 13b3aad6..704e5793 100644 --- a/TODO +++ b/TODO @@ -117,6 +117,11 @@ Cross-test versions in the same way as --no-whole-file; somebody needs to check. +Do not rely on having a group called "nobody" + + http://www.linuxbase.org/spec/refspecs/LSB_1.1.0/gLSB/usernames.html + + On Debian it's "nogroup" DAEMON -------------------------------------------------------------- @@ -496,6 +501,8 @@ chmod: the program. For bonus points there would be a test case for the parser. + Possibly also --chown + (Debian #23628)