summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-17 21:59:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-17 21:59:37 +0000
commit324d582e8ebd4079d8691c469e487a408dab9efc (patch)
treeab44c4c1f3a5d1b928459efaf42861fc7f915333 /daemons
parentfca93093cf97ddf10eeeb7d5bf3e742f3ffc194f (diff)
Comment out motd update.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/rc.sh11
1 files 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'