Date: Thu, 08 Jan 2026 20:02:29 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e4623f1a0c20 - stable/15 - inetd.conf: Correct rsync example Message-ID: <69600d55.8231.1769569f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 datehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69600d55.8231.1769569f>
