summaryrefslogtreecommitdiffstats
path: root/rules/rsync.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:12:08 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-06-08 21:12:08 +0000
commit13728b930228e44276eb6483727005bee0ccb749 (patch)
tree877ba86c87235600315ccb5587b512d7ad4c9c50 /rules/rsync.in
parent091c82530b51d9f244a5b15ca7a0ea53292c019f (diff)
downloadptxdist-13728b930228e44276eb6483727005bee0ccb749.tar.gz
ptxdist-13728b930228e44276eb6483727005bee0ccb749.tar.xz
remove inetd.conf leftovers
Remove the remaining traces of the old inetd.conf method. We use postinst-generation of /etc/inetd.conf now. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10645 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rsync.in')
-rw-r--r--rules/rsync.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/rules/rsync.in b/rules/rsync.in
index a2513d294..32f3e4359 100644
--- a/rules/rsync.in
+++ b/rules/rsync.in
@@ -65,9 +65,11 @@ choice
bool
prompt "inetd driven"
help
- This installs a startup configuration for rsync from inetd. It adds to
- the /etc/inetd.conf a line like this:
+ Install a inetd rule for rsync. This option adds the following line
+ to /etc/inetd.conf.d/rsync:
+
rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon @CONFIG@
+
Note: You must enable one of the two possible inet daemons: There is
one embedded in busybox and one in packet inetutils.
@@ -92,8 +94,8 @@ config RSYNC_INETD_STRING
prompt "inetd service entry"
default "rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon @CONFIG@"
help
- This string is added to inetd's configuration /etc/inetd.conf. @CONFIG@
- in this string will be replaced with the --config option, and the
+ This string is added to the inetd configuration /etc/inetd.conf.d/rsync.
+ @CONFIG@ in this string will be replaced with the --config option, and the
path given above for configuration
endif