From 3dd2d97740f79c6d34d6d4738a72490575ed00c1 Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 10 Jun 1998 07:03:43 +0000 Subject: [PATCH] identd should be nowait. --- src/etc/inetd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index f0784b72..bc97e5a0 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.25 1998/06/10 06:04:07 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.26 1998/06/10 07:03:43 beck Exp $ # # Internet server configuration database # @@ -9,7 +9,7 @@ login stream tcp nowait root /usr/libexec/rlogind rlogind #exec stream tcp nowait root /usr/libexec/rexecd rexecd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -ls -ident stream tcp wait nobody /usr/libexec/identd identd -l -o -e +ident stream tcp nowait nobody /usr/libexec/identd identd -l -o -e #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd