aboutsummaryrefslogtreecommitdiffstats
path: root/testing/munin/munin.cron.d
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-04-15 06:52:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-15 06:52:53 +0000
commitddac33d5ae01adc25937c3c9f54246e5b36bbb33 (patch)
treebf34075a18f2040ef7ebc99365e2bc57d2e87364 /testing/munin/munin.cron.d
parentc09726e8ef65b10abe2e81d3d19fb2f973bb0de4 (diff)
downloadaports-ddac33d5ae01adc25937c3c9f54246e5b36bbb33.tar.bz2
aports-ddac33d5ae01adc25937c3c9f54246e5b36bbb33.tar.xz
Revert "testing/munin: new aport"
Diffstat (limited to 'testing/munin/munin.cron.d')
-rw-r--r--testing/munin/munin.cron.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/munin/munin.cron.d b/testing/munin/munin.cron.d
deleted file mode 100644
index 45d5ee62da..0000000000
--- a/testing/munin/munin.cron.d
+++ /dev/null
@@ -1,9 +0,0 @@
-# /etc/cron.d/munin: crontab entries for the munin package
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-MAILTO=root
-
-@reboot munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi
-*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi
-
-# EOF