Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2026 16:06:56 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 58a14d9596bd - main - inetd.conf: Correct rsync example
Message-ID:  <695be1a0.2050f.a30f477@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

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

commit 58a14d9596bd9a72683cbd725e817fdabe926139
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-01-05 14:51:28 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695be1a0.2050f.a30f477>