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 e8726c8..3099a15 100644
--- a/debian/patches/0705-crontab.patch
+++ b/debian/patches/0705-crontab.patch
@@ -12,9 +12,9 @@ Index: trunk/scripts/ipmiutil_wdt
if [ $RETVAL -eq 0 ]; then
# restart the watchdog every 60 seconds via /etc/cron.d
cat - <<%%% >$wdtcron
--* * * * * root $prog -r >/dev/null
+-* * * * * root $progn -r >/dev/null
+MAILTO=''
-+* * * * * root $prog -r >/dev/null 2>&1
++* * * * * root $progn -r >/dev/null 2>&1
%%%
# make crond re-read the /etc/cron.d
$restart_cron >>$wdtlog