From 867ef8b92ed1b9d50e434765d8fa56d1591daa4c Mon Sep 17 00:00:00 2001 From: glass Date: Sat, 10 Apr 1993 11:30:05 +0000 Subject: [PATCH] rexecd was on in the default installation. rexecd is not your a secure friend. those who want it should have to turn it on explicitly --- etc/inetd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index 699f6420e23d..d99de0413fe4 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -7,7 +7,7 @@ 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 login stream tcp nowait root /usr/libexec/rlogind rlogind -exec stream tcp nowait root /usr/libexec/rexecd rexecd +#exec stream tcp nowait root /usr/libexec/rexecd rexecd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd