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:
alex 1996-10-19 21:03:23 +00:00
parent f1cbbed9f1
commit 790bf75668

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