Browse Source

there is no such thing as "nntpd"

also, always enable identd -- many things expect it now
OPENBSD_2_0
deraadt 28 years ago
parent
commit
367486d815
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/inetd.conf

+ 1
- 2
src/etc/inetd.conf View File

@ -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


Loading…
Cancel
Save