From 4154a395ca8d84056da2656ed7fff5666ac6f360 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 11 Mar 2013 18:45:42 +0000 Subject: [PATCH] the world has changed, and identd is now less important. turn it off by default. ok guenther millert --- 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 d4fbc725..0a719de9 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.60 2012/03/05 11:28:38 dlg Exp $ +# $OpenBSD: inetd.conf,v 1.61 2013/03/11 18:45:42 deraadt Exp $ # # Internet server configuration database # @@ -12,8 +12,8 @@ #uucpd stream tcp6 nowait root /usr/libexec/uucpd uucpd #finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm #finger stream tcp6 nowait _fingerd /usr/libexec/fingerd fingerd -lsm -ident stream tcp nowait _identd /usr/libexec/identd identd -el -ident stream tcp6 nowait _identd /usr/libexec/identd identd -el +#ident stream tcp nowait _identd /usr/libexec/identd identd -el +#ident stream tcp6 nowait _identd /usr/libexec/identd identd -el 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