From: Arkadiusz Miśkiewicz Date: Wed, 9 Feb 2022 12:53:35 +0000 (+0100) Subject: Rel 7; report script filename if it produces any output. X-Git-Tag: auto/th/cronie-1.5.7-7 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fcronie.git;a=commitdiff_plain;h=46cacb4e26adb9d54141fbad3e4b20c0cec6db14 Rel 7; report script filename if it produces any output. --- diff --git a/cronie.crontab b/cronie.crontab index 61d9293..00c9c71 100644 --- a/cronie.crontab +++ b/cronie.crontab @@ -4,7 +4,7 @@ MAILTO=root NICE=15 # run-parts -01 * * * * root /bin/run-parts /etc/cron.hourly -02 5 * * * root /bin/run-parts /etc/cron.daily -02 2 * * 0 root /bin/run-parts /etc/cron.weekly -02 4 1 * * root /bin/run-parts /etc/cron.monthly +01 * * * * root /bin/run-parts --report /etc/cron.hourly +02 5 * * * root /bin/run-parts --report /etc/cron.daily +02 2 * * 0 root /bin/run-parts --report /etc/cron.weekly +02 4 1 * * root /bin/run-parts --report /etc/cron.monthly diff --git a/cronie.spec b/cronie.spec index 849cb86..d6137df 100644 --- a/cronie.spec +++ b/cronie.spec @@ -18,7 +18,7 @@ Summary: Cron daemon for executing programs at set times Summary(pl.UTF-8): Demon cron do uruchamiania programów o zadanym czasie Name: cronie Version: 1.5.7 -Release: 6 +Release: 7 License: MIT and BSD and GPL v2 Group: Daemons Source0: https://github.com/cronie-crond/cronie/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz