identd(8) must run as "root" to use TCPCTL_IDENT via sysctl(3). This fixes
PR bin/21261 by myself.
This commit is contained in:
parent
d91455ce26
commit
8595228212
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user