[packages/cronie] Rel 7; report script filename if it produces any output.

arekm arekm at pld-linux.org
Wed Feb 9 13:55:00 CET 2022


commit 46cacb4e26adb9d54141fbad3e4b20c0cec6db14
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Feb 9 13:53:35 2022 +0100

    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.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
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cronie.git/commitdiff/46cacb4e26adb9d54141fbad3e4b20c0cec6db14



More information about the pld-cvs-commit mailing list