From 46cacb4e26adb9d54141fbad3e4b20c0cec6db14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 9 Feb 2022 13:53:35 +0100 Subject: [PATCH] Rel 7; report script filename if it produces any output. --- cronie.crontab | 8 ++++---- cronie.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.43.0