diff options
author | David Dykstra <dwd@samba.org> | 1999-10-19 17:50:39 +0000 |
---|---|---|
committer | David Dykstra <dwd@samba.org> | 1999-10-19 17:50:39 +0000 |
commit | 79f118d859e8f9a618853b8bff675f33f96fc3b8 (patch) | |
tree | cbdc04b01e29dda9d7d7fca054c497a5ef6db3bf /rsyncd.conf.yo | |
parent | 7b10f91d8f734bc6bdc1d426862858e8ef2b3a10 (diff) | |
download | rsync-79f118d859e8f9a618853b8bff675f33f96fc3b8.tar.gz |
Minor change suggesting people put in the right path in inetd.conf.
Suggested by Roger Price <rprice@cs.uml.edu>
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r-- | rsyncd.conf.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 7b7c8d63..bf0c68e2 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -58,8 +58,9 @@ and a single line something like this to /etc/inetd.conf: quote(rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon) -You will then need to send inetd a HUP signal to tell it to reread its -config file. +Replace "/usr/bin/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. Note that you should not send the rsync server a HUP signal to force it to reread the tt(/etc/rsyncd.conf). The file is re-read on each client |