git: e4623f1a0c20 - stable/15 - inetd.conf: Correct rsync example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jan 2026 20:02:29 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=e4623f1a0c2072e66dd38990cf6e6e9e4869aa03
commit e4623f1a0c2072e66dd38990cf6e6e9e4869aa03
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-01-05 14:51:28 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-07 15:47:04 +0000
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
(cherry picked from commit 58a14d9596bd9a72683cbd725e817fdabe926139)
---
usr.sbin/inetd/inetd.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/inetd/inetd.conf b/usr.sbin/inetd/inetd.conf
index e25a77d3ca9c..008c94cd53b3 100644
--- a/usr.sbin/inetd/inetd.conf
+++ b/usr.sbin/inetd/inetd.conf
@@ -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