/[smecontribs]/rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify-fix-crontab-timing.patch
ViewVC logotype

Contents of /rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify-fix-crontab-timing.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Sep 27 09:28:05 2021 UTC (2 years, 7 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-qmail-notify-2_0_0-4, smeserver-qmail-notify-2_0_0-3, HEAD
Fix cron timing

1 diff -ruN smeserver-qmail-notify-2.0.0.old/root/etc/e-smith/templates/etc/crontab/qmail-notify smeserver-qmail-notify-2.0.0/root/etc/e-smith/templates/etc/crontab/qmail-notify
2 --- smeserver-qmail-notify-2.0.0.old/root/etc/e-smith/templates/etc/crontab/qmail-notify 2021-09-24 16:14:00.608530258 +0200
3 +++ smeserver-qmail-notify-2.0.0/root/etc/e-smith/templates/etc/crontab/qmail-notify 2021-09-26 00:05:43.123816441 +0200
4 @@ -12,7 +12,7 @@
5
6 if ( $status eq 'enabled' ) {
7 $OUT .= "# run qmail-notify\n";
8 - $OUT .= "$minutes $hours * * * * root /usr/bin/qmail-notify -r -f /usr/local/lib/qmail-notify/$file\n";
9 + $OUT .= "$minutes $hours * * * root /usr/bin/qmail-notify -r -f /usr/local/lib/qmail-notify/$file\n";
10 $OUT .= "\n";
11 }
12 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed