/[smecontribs]/rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify-fix-cron-typo.patch
ViewVC logotype

Contents of /rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify-fix-cron-typo.patch

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


Revision 1.1 - (show annotations) (download)
Thu Sep 23 15:20:40 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, smeserver-qmail-notify-2_0_0-2, HEAD
fix crontab template typo

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-23 17:00:18.078254224 +0200
3 +++ smeserver-qmail-notify-2.0.0/root/etc/e-smith/templates/etc/crontab/qmail-notify 2021-09-23 17:02:40.721622420 +0200
4 @@ -11,7 +11,7 @@
5 my $file = $configDB->get_prop( $dbKey, 'filename' ) || 'qmail-notify-message.txt';
6
7 if ( $status eq 'enabled' ) {
8 - $OUT .- "# run qmail-notify\n";
9 + $OUT .= "# run qmail-notify\n";
10 $OUT .= "$minutes $hours * * * * root /usr/bin/qmail-notify -r -f /usr/local/lib/qmail-notify/$file\n";
11 $OUT .= "\n";
12 }

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