make /etc/motd mode 644 NOT 666

(Thank heavens I run cops every night.)
This commit is contained in:
csgr 1994-06-03 08:54:35 +00:00
parent f7c683a1fb
commit 6a53927500

View File

@ -10,7 +10,7 @@ uname -a > $T
echo "" >> $T
sed '1,/^$/d' < /etc/motd >> $T
cp $T /etc/motd
chmod 666 /etc/motd
chmod 644 /etc/motd
rm -f $T
echo -n 'starting local daemons:'