diff options
author | des <des@FreeBSD.org> | 2004-03-11 22:15:28 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-03-11 22:15:28 +0000 |
commit | 43f880ead7352694f79f6ec7259d9bc4c4b5d8ca (patch) | |
tree | 026346499c12a9d7ae150e3d217634dd9a106c5f /etc | |
parent | badbb89cc5899d67b3cc5dd6ce75aa3c694c162f (diff) | |
download | FreeBSD-src-43f880ead7352694f79f6ec7259d9bc4c4b5d8ca.zip FreeBSD-src-43f880ead7352694f79f6ec7259d9bc4c4b5d8ca.tar.gz |
Turn on logging for tftpd.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 8caeb20..91d4b04 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 |