From 85952282122257cf33cdb3818d89ab8749071d91 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 2 May 2003 08:51:08 +0000 Subject: [PATCH] identd(8) must run as "root" to use TCPCTL_IDENT via sysctl(3). This fixes PR bin/21261 by myself. --- etc/inetd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index a6f6263e12ef..2a7fb5b258a1 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $NetBSD: inetd.conf,v 1.50 2003/02/14 14:56:45 bouyer Exp $ +# $NetBSD: inetd.conf,v 1.51 2003/05/02 08:51:08 tron Exp $ # # Internet server configuration database # @@ -19,7 +19,7 @@ #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd #finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -l #finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -l -#ident stream tcp nowait nobody:kmem /usr/libexec/identd identd -l -o -e -N +#ident stream tcp nowait root /usr/libexec/identd identd -l -o -e -N #tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -s /tftpboot #comsat dgram udp wait root /usr/libexec/comsat comsat