If /etc/daily.local is present, run it just before the security check.

Closes PR#1822.

Submitted by:	John-Mark Gurney <jmg@nike.efn.org> (w/some changes)
This commit is contained in:
Alexander Langer
1996-10-19 21:03:23 +00:00
parent fdc1232a5b
commit b098da0842
+5
View File
@@ -164,4 +164,9 @@ if [ -f /etc/Distfile ]; then
rdist -f /etc/Distfile
fi
if [ -f /etc/daily.local ]; then
echo "Running daily.local:"
sh /etc/daily.local
fi
sh /etc/security 2>&1 | sendmail root