]> git.pld-linux.org Git - packages/cronie.git/commitdiff
Rel 7; report script filename if it produces any output. auto/th/cronie-1.5.7-7
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Feb 2022 12:53:35 +0000 (13:53 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Feb 2022 12:53:35 +0000 (13:53 +0100)
cronie.crontab
cronie.spec

index 61d92936ab41a543d292705714e68a17dbbbd3da..00c9c718564c1f58feea46173829f0c878e0c465 100644 (file)
@@ -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
index 849cb86f21387d84ae8acadcf1f4ba1c647d678f..d6137df7799048553ecdeb6f0f363e8098c8c7c3 100644 (file)
@@ -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
This page took 0.074083 seconds and 4 git commands to generate.