Browse Source

add identd example for tcp6

OPENBSD_2_9
todd 23 years ago
parent
commit
06b933f507
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/inetd.conf

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

@ -1,4 +1,4 @@
# $OpenBSD: inetd.conf,v 1.37 2000/10/11 13:31:16 deraadt Exp $
# $OpenBSD: inetd.conf,v 1.38 2000/12/19 23:21:39 todd Exp $
#
# Internet server configuration database
#
@ -47,3 +47,4 @@ rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
#shell stream tcp6 nowait root /usr/libexec/rshd rshd -L
#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsm
ident stream tcp6 nowait nobody /usr/libexec/identd identd -elo

Loading…
Cancel
Save