From 7d5dd1122da7acfca715242ec6cb6d1fd844691b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 May 2016 23:08:14 +0200 Subject: Refresh patches; new debian/patches/0705-crontab.patch --- debian/patches/0705-crontab.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/patches/0705-crontab.patch (limited to 'debian/patches/0705-crontab.patch') diff --git a/debian/patches/0705-crontab.patch b/debian/patches/0705-crontab.patch new file mode 100644 index 0000000..375ddba --- /dev/null +++ b/debian/patches/0705-crontab.patch @@ -0,0 +1,20 @@ +Description: Prevent watchdog to send minutly emails and log entries +Author: Harry Coin +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ipmiutil/+bug/1535408 +Last-Update: 2016-05-15 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/scripts/ipmiutil_wdt +=================================================================== +--- trunk.orig/scripts/ipmiutil_wdt ++++ trunk/scripts/ipmiutil_wdt +@@ -63,7 +63,8 @@ start() { + # RETVAL=$? + # restart the watchdog every 60 seconds via /etc/cron.d + cat - <<%%% >$wdtcron +-* * * * * root $prog -r >/dev/null ++MAILTO='' ++* * * * * root $prog -r > $prog.lastrun 2&>1 + %%% + # make crond re-read the /etc/cron.d + $crond_sh restart >>$wdtlog -- cgit v1.2.3