diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 21:59:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 21:59:37 +0000 |
commit | 324d582e8ebd4079d8691c469e487a408dab9efc (patch) | |
tree | ab44c4c1f3a5d1b928459efaf42861fc7f915333 | |
parent | fca93093cf97ddf10eeeb7d5bf3e742f3ffc194f (diff) |
Comment out motd update.
-rw-r--r-- | daemons/rc.sh | 11 |
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' |