From 9750d56216d7d5ca9f7d34f9856d290327703fe2 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 31 Jul 1996 05:40:23 +0000 Subject: [PATCH] explicitly run identd as nobody.kmem; this solves ptrace problem too --- 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 52e60b3c..52e2657b 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.8 1996/07/29 02:50:46 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.9 1996/07/31 05:40:23 deraadt 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 -ident stream tcp wait root /usr/libexec/identd identd -w -t60 -l -o -e -N +ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N -u nobody 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