diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-11 22:15:28 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-11 22:15:28 +0000 |
| commit | dc9e0bf4e55828cfa934bd97ad332bd7efb45ba0 (patch) | |
| tree | 026346499c12a9d7ae150e3d217634dd9a106c5f /etc/inetd.conf | |
| parent | 9a7e5d92a7b117e3c3f698b83483d35b88e33ac3 (diff) | |
Notes
Diffstat (limited to 'etc/inetd.conf')
| -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 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 |
