inetd.conf: Correct rsync example
There is no rsyncd binary in the rsync package; rsync is just invoked with --daemon. PR: 122037 Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
# Example entry for insecure rsync server
|
# Example entry for insecure rsync server
|
||||||
# This is best combined with encrypted virtual tunnel interfaces, which can be
|
# This is best combined with encrypted virtual tunnel interfaces, which can be
|
||||||
# found with: apropos if_ | grep tunnel
|
# found with: apropos if_ | grep tunnel
|
||||||
#rsync stream tcp nowait root /usr/local/bin/rsyncd rsyncd --daemon
|
#rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --daemon
|
||||||
#
|
#
|
||||||
# Let the system respond to date requests via tcpmux
|
# Let the system respond to date requests via tcpmux
|
||||||
#tcpmux/+date stream tcp nowait guest /bin/date date
|
#tcpmux/+date stream tcp nowait guest /bin/date date
|
||||||
|
|||||||
Reference in New Issue
Block a user