diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1998-06-10 03:56:43 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1998-06-10 03:56:43 +0000 |
commit | 27842efa6a1c98114ed6846f38d0c5dcd52389c1 (patch) | |
tree | 7e6e329acae76551deaf36b48c878be36acca745 /etc | |
parent | ef804569935c0776440ff8e3bc6f84b1b04b56a2 (diff) |
take away gid kmem for identd and change to options appropriate for new version
Diffstat (limited to 'etc')
-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 25108592fa2..e4fc9844c63 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.23 1998/04/02 20:46:05 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.24 1998/06/10 03:56:42 beck 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.nobody /usr/libexec/fingerd fingerd -ls -ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N -unobody -gkmem +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 ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd |