diff --git a/usr.sbin/inetd/inetd.conf b/usr.sbin/inetd/inetd.conf --- a/usr.sbin/inetd/inetd.conf +++ b/usr.sbin/inetd/inetd.conf @@ -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