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:
Ed Maste
2026-01-05 09:51:28 -05:00
parent 1c8dafe618
commit 58a14d9596
+1 -1
View File
@@ -125,7 +125,7 @@
# Example entry for insecure rsync server
# This is best combined with encrypted virtual tunnel interfaces, which can be
# 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
#tcpmux/+date stream tcp nowait guest /bin/date date