summaryrefslogtreecommitdiffstats
path: root/etc/monthly
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-10-19 21:52:16 +0000
committeralex <alex@FreeBSD.org>1996-10-19 21:52:16 +0000
commitab0e4951ed6afd1283f20ba18537581f1e7b61da (patch)
tree1c73b3f31cc6f64090cff2d866796e0db885973e /etc/monthly
parent7153d808f58ba378e4e82c8a85ff8bd7224bdded (diff)
downloadFreeBSD-src-ab0e4951ed6afd1283f20ba18537581f1e7b61da.zip
FreeBSD-src-ab0e4951ed6afd1283f20ba18537581f1e7b61da.tar.gz
Invoke weekly.local and monthly.local if they exist.
Suggested by: jkh
Diffstat (limited to 'etc/monthly')
-rw-r--r--etc/monthly6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/monthly b/etc/monthly
index b96bb38..142250e 100644
--- a/etc/monthly
+++ b/etc/monthly
@@ -10,3 +10,9 @@ echo "Subject: $host monthly run output"
echo ""
echo "Doing login accounting:"
ac -p | sort -nr +1
+
+if [ -f /etc/monthly.local ]; then
+ echo ""
+ echo "Running monthly.local:"
+ sh /etc/monthly.local
+fi
OpenPOWER on IntegriCloud