enable IPv6 ftp and telnet by default.

it makes more sense to me as we have INET6 in kernel, and we have ftp4/telnet4
enabled by default.  maybe I'm biased:-)
This commit is contained in:
itojun 2000-02-28 17:25:42 +00:00
parent e7adfd2136
commit f539e10ff8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: inetd.conf,v 1.31 2000/02/09 11:05:04 itojun Exp $
# $NetBSD: inetd.conf,v 1.32 2000/02/28 17:25:42 itojun Exp $
#
# Internet server configuration database
#
@ -62,8 +62,8 @@ telnet stream tcp nowait root /usr/libexec/telnetd telnetd
# Be sure to enable both "tcp" and "tcp6" when you need service for
# both IPv4/v6. Consult inetd(8) for details.
#
#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
#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