summaryrefslogtreecommitdiff
path: root/debian/patches/0705-crontab.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-02-05 13:38:06 +0100
committerJörg Frings-Fürst <debian@jff.email>2023-02-05 13:38:06 +0100
commite33cb500a5cefab12062415dd12b6192b59e5ae5 (patch)
treeff55edb29a53690c66ebfb4c5c98e31b7c6b5f20 /debian/patches/0705-crontab.patch
parenta7b66c0fa9157793df9c4aaeb33b87067cfb38a5 (diff)
parente131202b075272df0a82015e3873ddbed71232ef (diff)
Merge branch 'release/debian/3.1.8-4'debian/3.1.8-4
Diffstat (limited to 'debian/patches/0705-crontab.patch')
-rw-r--r--debian/patches/0705-crontab.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0705-crontab.patch b/debian/patches/0705-crontab.patch
index ecf5854..e8726c8 100644
--- a/debian/patches/0705-crontab.patch
+++ b/debian/patches/0705-crontab.patch
@@ -14,7 +14,7 @@ Index: trunk/scripts/ipmiutil_wdt
cat - <<%%% >$wdtcron
-* * * * * root $prog -r >/dev/null
+MAILTO=''
-+* * * * * root $prog -r >/dev/null 2&>1
++* * * * * root $prog -r >/dev/null 2>&1
%%%
# make crond re-read the /etc/cron.d
$restart_cron >>$wdtlog