diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-05 21:48:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-05 21:48:15 +0000 |
commit | 03fac7a82759204a9949f603d88a89385ee8a8fb (patch) | |
tree | ec8322703116337e02b0eeb45ebdd6cd7eeda263 /etc/inetd.conf | |
parent | 4e6c05398c854ce90dd308f011eac05442489291 (diff) |
try to avoid DNS here
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 1c9383fcb8f..0c29c4e99e2 100644 --- a/etc/inetd.conf +++ b/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 |