Browse Source

add fingerd on tcp6.

OPENBSD_2_7
itojun 24 years ago
parent
commit
4b673feb6c
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.34 1999/12/11 02:11:44 itojun Exp $
# $OpenBSD: inetd.conf,v 1.35 1999/12/11 10:06:41 itojun Exp $
#
# Internet server configuration database
#
@ -44,3 +44,4 @@ rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
# define *both* IPv4 and IPv6 entries for dual-stack support.
#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US
#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -k
#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsm

Loading…
Cancel
Save