summaryrefslogtreecommitdiff
path: root/debian/patches/0705-crontab.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0705-crontab.patch')
-rw-r--r--debian/patches/0705-crontab.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0705-crontab.patch b/debian/patches/0705-crontab.patch
index f19523e..ecf5854 100644
--- a/debian/patches/0705-crontab.patch
+++ b/debian/patches/0705-crontab.patch
@@ -1,7 +1,7 @@
Description: Prevent watchdog to send minutly emails and log entries
Author: Harry Coin <hcoin@quietfountain.com>
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ipmiutil/+bug/1535408
-Last-Update: 2016-05-15
+Last-Update: 2022-10-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/scripts/ipmiutil_wdt
@@ -14,7 +14,7 @@ Index: trunk/scripts/ipmiutil_wdt
cat - <<%%% >$wdtcron
-* * * * * root $prog -r >/dev/null
+MAILTO=''
-+* * * * * root $prog -r > $prog.lastrun 2&>1
++* * * * * root $prog -r >/dev/null 2&>1
%%%
# make crond re-read the /etc/cron.d
$restart_cron >>$wdtlog