From 324d582e8ebd4079d8691c469e487a408dab9efc Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 17 Jun 1996 21:59:37 +0000 Subject: Comment out motd update. --- daemons/rc.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/daemons/rc.sh b/daemons/rc.sh index 30814d48..71b52525 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -67,12 +67,13 @@ echo -n restoring pty permissions... chmod 666 /dev/tty[pqrs]* echo done -echo -n updating /etc/motd... -echo GNU\'s Not Unix Version `uname --release` > /tmp/newmotd -egrep -v 'GNU|Version' /etc/motd >> /tmp/newmotd -mv /tmp/newmotd /etc/motd +#echo -n updating /etc/motd... +#echo GNU\'s Not Unix Version `uname --release` > /tmp/newmotd +#egrep -v 'GNU|Version' /etc/motd >> /tmp/newmotd +#mv /tmp/newmotd /etc/motd +#echo done + chmod 664 /etc/motd -echo done echo -n starting daemons: /sbin/syslogd; echo -n ' syslogd' -- cgit v1.2.3