From: Wayne Davison Date: Thu, 6 Aug 2020 04:32:44 +0000 (-0700) Subject: Tweak a comment. X-Git-Tag: v3.2.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617d726a3d71c806c6cafa5f599a74abf810dda3;p=thirdparty%2Frsync.git Tweak a comment. --- diff --git a/support/nameconvert b/support/nameconvert index 968fdbe3..ecfe28d9 100755 --- a/support/nameconvert +++ b/support/nameconvert @@ -14,8 +14,8 @@ # An unknown ID_NUM or NAME results in an empty return value. # # This is used by an rsync daemon when configured with the "name converter" and -# "use chroot = true". While this converter uses real user & group lookups you -# could change it to use any mapping idiom you'd like. +# (often) "use chroot = true". While this converter uses real user & group +# lookups you could change it to use any mapping idiom you'd like. import sys, argparse, pwd, grp