diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 12:54:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-02 12:54:00 +0000 |
commit | dfa04c56f8e8a37d75c6a49925227035c05be703 (patch) | |
tree | cc7991c0e9772890d4a47103bb859a89f02e9fe6 /etc | |
parent | 6f8a487bea2e9e449012f0edaca247a7249ab1e9 (diff) |
there is no such thing as "nntpd"
also, always enable identd -- many things expect it now
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 8e999f59331..50deca1405a 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -9,9 +9,8 @@ shell stream tcp nowait root /usr/libexec/rshd rshd 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 -#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -#ident stream tcp wait nobody.kmem /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 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 |