summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-09-20 00:12:49 -0700
committerWayne Davison <wayne@opencoder.net>2022-09-20 00:12:49 -0700
commit46884e4ff665db1756ed20313c48f5ae4c2bf185 (patch)
treea135e4428ef7bfee694a337edf34940107f5e165
parent97e02bf21a119971e258550bdcd3e56096bdd7b2 (diff)
downloadrsync-46884e4ff665db1756ed20313c48f5ae4c2bf185.tar.gz
Fix a link.
-rw-r--r--NEWS.md9
1 files changed, 5 insertions, 4 deletions
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: