The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=58a14d9596bd9a72683cbd725e817fdabe926139

commit 58a14d9596bd9a72683cbd725e817fdabe926139
Author:     Ed Maste <[email protected]>
AuthorDate: 2026-01-05 14:51:28 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2026-01-05 16:04:46 +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
---
 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

Reply via email to