diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-15 06:52:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-15 06:52:53 +0000 |
commit | ddac33d5ae01adc25937c3c9f54246e5b36bbb33 (patch) | |
tree | bf34075a18f2040ef7ebc99365e2bc57d2e87364 /testing/munin/munin.cron.d | |
parent | c09726e8ef65b10abe2e81d3d19fb2f973bb0de4 (diff) | |
download | aports-ddac33d5ae01adc25937c3c9f54246e5b36bbb33.tar.bz2 aports-ddac33d5ae01adc25937c3c9f54246e5b36bbb33.tar.xz |
Revert "testing/munin: new aport"
This reverts commit 8050ff6cc71bdb64f6c2a745cc127178f6502956.
Diffstat (limited to 'testing/munin/munin.cron.d')
-rw-r--r-- | testing/munin/munin.cron.d | 9 |
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 |