summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-06-03 08:54:35 +0000
committercsgr <csgr@FreeBSD.org>1994-06-03 08:54:35 +0000
commit6a539275005d4775ea279583c39dca23fe02a1d0 (patch)
tree64d2c660c80923e3f64b000a09fdaf40988e2f25 /etc/rc.local
parentf7c683a1fbcf661f3bef4bc3c342318516c8ed7d (diff)
downloadFreeBSD-src-6a539275005d4775ea279583c39dca23fe02a1d0.zip
FreeBSD-src-6a539275005d4775ea279583c39dca23fe02a1d0.tar.gz
make /etc/motd mode 644 NOT 666
(Thank heavens I run cops every night.)
Diffstat (limited to 'etc/rc.local')
-rw-r--r--etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local
index dbbd909..34e9ca2 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -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:'
OpenPOWER on IntegriCloud