From ca9fdb579304447a010360be861239a18cc1c1bc Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 20 Oct 2016 18:35:04 +0200 Subject: community/munin: fix file name I'm very sorry... --- community/munin/munin.cron.d | 9 --------- community/munin/munin.crond | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 community/munin/munin.cron.d create mode 100644 community/munin/munin.crond (limited to 'community/munin') diff --git a/community/munin/munin.cron.d b/community/munin/munin.cron.d deleted file mode 100644 index 45d5ee62da..0000000000 --- a/community/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 diff --git a/community/munin/munin.crond b/community/munin/munin.crond new file mode 100644 index 0000000000..45d5ee62da --- /dev/null +++ b/community/munin/munin.crond @@ -0,0 +1,9 @@ +# /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 -- cgit v1.2.3