diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1996-10-19 21:03:23 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1996-10-19 21:03:23 +0000 |
| commit | b098da08426accca21ed2aab9e0389a167ea7578 (patch) | |
| tree | 8afda4a3a55044c534ef4f11c21d0bf6a0a5f373 /etc | |
| parent | fdc1232a5ba0b91abea0116af14bfdc5d33945e9 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/daily | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/daily b/etc/daily index 1f56ce424672e..88bd72c6c85e5 100644 --- a/etc/daily +++ b/etc/daily @@ -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 |
