Turn on logging for tftpd.

This commit is contained in:
Dag-Erling Smørgrav 2004-03-11 22:15:28 +00:00
parent 9a7e5d92a7
commit dc9e0bf4e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126863

View file

@ -26,8 +26,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 -s /tftpboot
#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /tftpboot
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot
#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -s /tftpboot
#bootps dgram udp wait root /usr/libexec/bootpd bootpd
#
# "Small servers" -- used to be standard on, but we're more conservative