diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-10 06:04:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-10 06:04:08 +0000 |
commit | 6ef41435fea812a627160a3e38f057a4de76569a (patch) | |
tree | c078c16442a3e1db7c45faa55b976ba5a951be98 /etc/inetd.conf | |
parent | 27842efa6a1c98114ed6846f38d0c5dcd52389c1 (diff) |
to inetd, nobody.nobody == nobody, since it does an initgroups()
Diffstat (limited to 'etc/inetd.conf')
-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 e4fc9844c63..f0784b72f49 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.24 1998/06/10 03:56:42 beck Exp $ +# $OpenBSD: inetd.conf,v 1.25 1998/06/10 06:04:07 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.nobody /usr/libexec/fingerd fingerd -ls +finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -ls ident stream tcp wait nobody /usr/libexec/identd identd -l -o -e #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat |