inetd: Add -S to tftpd usage example in inetd.conf

Since 273a307d0b there is '-S' option which uses
generic file permissions when tftpd is chrooted ('-s /chroot/dir') instead of
special requirements "be publicly writable"

The '-s /tftproot' is always used in the usage example, so add '-S' here too

Reviewed by:	eugen
Differential Revision:	https://reviews.freebsd.org/D49807
This commit is contained in:
Dmitry Morozovsky 2025-05-01 19:46:00 +03:00
parent 675b2eccb0
commit 89a66a1cb3

View file

@ -24,8 +24,8 @@
#
# ntalk is required for the 'talk' utility to work correctly
#ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot
#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -s /tftpboot
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -S -s /tftpboot
#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -S -s /tftpboot
#bootps dgram udp wait root /usr/libexec/bootpd bootpd
#
# "Small servers" -- used to be standard on, but we're more conservative