diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 1101dae3..70b6209f 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,9 +1,9 @@ -# $OpenBSD: inetd.conf,v 1.14 1996/09/23 13:06:04 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.15 1996/11/09 21:18:56 downsj Exp $ # # Internet server configuration database # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US -telnet stream tcp nowait root /usr/libexec/telnetd telnetd +telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k shell stream tcp nowait root /usr/libexec/rshd rshd -L login stream tcp nowait root /usr/libexec/rlogind rlogind #exec stream tcp nowait root /usr/libexec/rexecd rexecd