diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-24 20:45:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-24 20:45:24 +0000 |
commit | b5453833b40e6d412a0b7de675d00aa0204ca2b8 (patch) | |
tree | 1e418c67ef91d703ee35966ba7fc3fb30b205465 | |
parent | d8551e6ed6cddd7b67801279463223e73200c3ce (diff) |
use group nobody for fingerd
-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 a228890af1b..cd47f51f45b 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.17 1997/04/23 10:26:55 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.18 1997/12/24 20:45:23 deraadt Exp $ # # Internet server configuration database # @@ -8,7 +8,7 @@ shell stream tcp nowait root /usr/libexec/rshd rshd -L 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 +finger stream tcp nowait nobody.nobody /usr/libexec/fingerd fingerd -ls ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N -unobody -gkmem #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat |