diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 05:40:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-31 05:40:24 +0000 |
commit | bc4d1a679e7f51ee8c75116ddffaefa90242b408 (patch) | |
tree | ef3b6fd00e4473964fb60e1b77d87bfdaaea0ad6 | |
parent | 9be0194294b8c07098938ca22263cd710e41ab26 (diff) |
explicitly run identd as nobody.kmem; this solves ptrace problem too
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 52e60b3c1ac..52e2657b61a 100644 --- a/etc/inetd.conf +++ b/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 |