diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-01-05 14:51:28 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-01-05 16:04:46 +0000 |
| commit | 58a14d9596bd9a72683cbd725e817fdabe926139 (patch) | |
| tree | f7867ff4a919d764588b11a7e139d012087d8662 | |
| parent | 1c8dafe618878c563c3740061f83a85b0be10720 (diff) | |
| -rw-r--r-- | usr.sbin/inetd/inetd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
