diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-05-15 23:08:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-05-15 23:08:14 +0200 |
commit | 7d5dd1122da7acfca715242ec6cb6d1fd844691b (patch) | |
tree | ed09e3b0d00b751a68c33c8e335ca5b735d4fa0d /debian/patches/0705-crontab.patch | |
parent | dc6b342fad12432904293da8eabe47da76e78a8a (diff) |
Refresh patches; new debian/patches/0705-crontab.patchdebian/2.9.9-1
Diffstat (limited to 'debian/patches/0705-crontab.patch')
-rw-r--r-- | debian/patches/0705-crontab.patch | 20 |
1 files changed, 20 insertions, 0 deletions
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 <hcoin@quietfountain.com> +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 |