aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-03-11 22:15:28 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-03-11 22:15:28 +0000
commitdc9e0bf4e55828cfa934bd97ad332bd7efb45ba0 (patch)
tree026346499c12a9d7ae150e3d217634dd9a106c5f /etc
parent9a7e5d92a7b117e3c3f698b83483d35b88e33ac3 (diff)
downloadsrc-dc9e0bf4e55828cfa934bd97ad332bd7efb45ba0.tar.gz
src-dc9e0bf4e55828cfa934bd97ad332bd7efb45ba0.zip
Turn on logging for tftpd.
Notes
Notes: svn path=/head/; revision=126863
Diffstat (limited to 'etc')
-rw-r--r--etc/inetd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 8caeb20a4ce9..91d4b04798cd 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -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