From afae300ef99e80833f88c0e1359ad186fb477e48 Mon Sep 17 00:00:00 2001 From: downsj <> Date: Sat, 9 Nov 1996 21:18:56 +0000 Subject: [PATCH] By default, run telnetd with -k (no auto kludge) --- src/etc/inetd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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