From 96b328cf74bef4591b6c695d522f5267951c5492 Mon Sep 17 00:00:00 2001 From: itojun <> Date: Fri, 1 Feb 2002 06:05:22 +0000 Subject: [PATCH] make tftpd address family independent. --- src/etc/inetd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 85a71e5a..e672dfe2 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.41 2001/09/25 01:00:21 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.42 2002/02/01 06:05:22 itojun Exp $ # # Internet server configuration database # @@ -19,6 +19,7 @@ ident stream tcp nowait nobody /usr/libexec/identd identd -el ident stream tcp6 nowait nobody /usr/libexec/identd identd -el #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot +#tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat comsat dgram udp6 wait root /usr/libexec/comsat comsat #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd