From 8524fc7ded719bdeffb0a185d3ef53653a1ed028 Mon Sep 17 00:00:00 2001 From: itojun <> Date: Wed, 9 Feb 2000 11:07:48 +0000 Subject: [PATCH] add rshd/rlogind for tcp6 cases. --- src/etc/inetd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index f194e35f..59336ece 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.35 1999/12/11 10:06:41 itojun Exp $ +# $OpenBSD: inetd.conf,v 1.36 2000/02/09 11:07:48 itojun Exp $ # # Internet server configuration database # @@ -44,4 +44,6 @@ 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 +#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