diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 02:11:45 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 02:11:45 +0000 |
commit | f3cfe0e4b1f0d40734079bdbc1b0982597299332 (patch) | |
tree | 812fbfefc53bca6114ddb12323b4ca93582ddd5f /etc | |
parent | 63edfa9e64654b597e649816af3401413aa5b6f4 (diff) |
add telnetd on tcp6 (commented out).
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index e2d34ed0987..0f48ae3392d 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.33 1999/12/08 13:23:08 itojun Exp $ +# $OpenBSD: inetd.conf,v 1.34 1999/12/11 02:11:44 itojun Exp $ # # Internet server configuration database # @@ -40,5 +40,7 @@ rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld #sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd #rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad -# IPv6 entry examples +# IPv6 entry examples. +# 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 |