summaryrefslogtreecommitdiff
path: root/rsyncd.conf.5.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-10-03 12:02:58 -0700
committerWayne Davison <wayne@opencoder.net>2021-10-10 09:28:24 -0700
commitec8a05f65356c04a1f70cd58f1f80ed1e0b2d887 (patch)
tree1c489e61492eab03cb339fb733bd232a555a26ae /rsyncd.conf.5.md
parent78b5bc66290aa24c69966110421a005faa37a625 (diff)
downloadrsync-ec8a05f65356c04a1f70cd58f1f80ed1e0b2d887.tar.gz
Some packaging improvements.
Diffstat (limited to 'rsyncd.conf.5.md')
-rw-r--r--rsyncd.conf.5.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsyncd.conf.5.md b/rsyncd.conf.5.md
index b70532b1..730ef71e 100644
--- a/rsyncd.conf.5.md
+++ b/rsyncd.conf.5.md
@@ -60,9 +60,9 @@ When run via inetd you should add a line like this to /etc/services:
and a single line something like this to /etc/inetd.conf:
-> rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon
+> rsync stream tcp nowait root @BINDIR@/rsync rsyncd --daemon
-Replace "/usr/bin/rsync" with the path to where you have rsync installed on
+Replace "@BINDIR@/rsync" with the path to where you have rsync installed on
your system. You will then need to send inetd a HUP signal to tell it to
reread its config file.