From c2f347299e5707b1868b475e1a84e39033a76c99 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 5 Jun 2002 21:48:14 +0000 Subject: [PATCH] try to avoid DNS here --- src/etc/inetd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 1c9383fc..0c29c4e9 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.46 2002/05/30 06:44:07 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.47 2002/06/05 21:48:14 deraadt Exp $ # # Internet server configuration database # @@ -17,8 +17,8 @@ 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 -localhost:comsat dgram udp wait root /usr/libexec/comsat comsat -localhost:comsat dgram udp6 wait root /usr/libexec/comsat comsat +127.0.0.1:comsat dgram udp wait root /usr/libexec/comsat comsat +[::1]:comsat dgram udp6 wait root /usr/libexec/comsat comsat #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd #bootps dgram udp wait root /usr/sbin/bootpd bootpd #pop3 stream tcp nowait root /usr/sbin/popa3d popa3d