mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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:
parent
675b2eccb0
commit
89a66a1cb3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue