From 2e7a57df09fe1e881528544a943dbb3f94c23587 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 25 Jun 1996 16:11:17 +0000 Subject: [PATCH] default to logging rsh connections --- 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 b04a1376..d08ae364 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,10 +1,10 @@ -# $OpenBSD: inetd.conf,v 1.6 1996/05/26 10:25:23 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.7 1996/06/25 16:11:17 deraadt Exp $ # # Internet server configuration database # ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l telnet stream tcp nowait root /usr/libexec/telnetd telnetd -shell stream tcp nowait root /usr/libexec/rshd rshd +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 #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd