diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:50:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:50:56 +0000 |
commit | c2749f8e2440da49f1dbdefc829f5617c81c84b1 (patch) | |
tree | 76093ae8e5d3348aedf58006916ed1220904ea6f /daemons/rc.sh | |
parent | da33e4e9bbd513f01baf8f6a831540a40ccb0407 (diff) |
update /etc/motd.
Diffstat (limited to 'daemons/rc.sh')
-rw-r--r-- | daemons/rc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh index 84ccaaab..c311b829 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -71,8 +71,8 @@ echo done echo -n updating /etc/motd... echo GNU\'s Not Unix Version `uname --release` > /tmp/newmotd -egrep -v 'GNU|Version' /etc/motd >> /tmp/t1 -mv /tmp/t1 /etc/motd +egrep -v 'GNU|Version' /etc/motd >> /tmp/newmotd +mv /tmp/newmotd /etc/motd chmod 664 /etc/motd echo done |