diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1998-06-10 07:03:44 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1998-06-10 07:03:44 +0000 |
commit | 7dd3b82a25781e074b4f105df1abcb9ecdf72ab2 (patch) | |
tree | 9bab80ec9eec1748279f655144ce3b4252c6e2c5 /etc | |
parent | 7f26aea3c332404c5a85206cfb5bce8e89bf15cc (diff) |
identd should be nowait.
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 f0784b72f49..bc97e5a04b6 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.25 1998/06/10 06:04:07 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.26 1998/06/10 07:03:43 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 /usr/libexec/fingerd fingerd -ls -ident stream tcp wait nobody /usr/libexec/identd identd -l -o -e +ident stream tcp nowait 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 |