summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/999.local
diff options
context:
space:
mode:
Diffstat (limited to 'etc/periodic/daily/999.local')
-rwxr-xr-xetc/periodic/daily/999.local13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/periodic/daily/999.local b/etc/periodic/daily/999.local
new file mode 100755
index 0000000..8a48c61
--- /dev/null
+++ b/etc/periodic/daily/999.local
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
+#
+# Run the old /etc/daily.local script. This is really for backwards
+# compatibility more than anything else.
+#
+if [ -f /etc/daily.local ]; then
+ echo ""
+ echo "Running daily.local:"
+
+ sh /etc/daily.local
+fi
OpenPOWER on IntegriCloud