From: Wayne Davison Date: Tue, 20 Sep 2022 07:12:49 +0000 (-0700) Subject: Fix a link. X-Git-Tag: v3.2.7pre1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46884e4ff665db1756ed20313c48f5ae4c2bf185;p=thirdparty%2Frsync.git Fix a link. --- diff --git a/NEWS.md b/NEWS.md index 63191360..0021e2ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -35,10 +35,11 @@ converted. Newer rsync versions will provide more complete info than older versions. -- The [`use chroot`](#rsyncd.conf) daemon parameter now defaults to "unset" so - that rsync can test if chrooting works and decide to proceed with a sanitized - copy if chroot is not supported (e.g., for a non-root daemon). Explicitly - setting it to true or false (on or off) behaves the same way as before. +- The [`use chroot`](rsyncd.conf.5#use_chroot) daemon parameter now defaults to + "unset" so that rsync can test if chrooting works and decide to proceed with + a sanitized copy if chroot is not supported (e.g., for a non-root daemon). + Explicitly setting it to true or false (on or off) behaves the same way as + before. ### PACKAGING RELATED: