summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-10-24 12:39:25 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-10-24 12:39:25 +0200
commitb76117e0b2af2503ac5cfe3b23164ef117340f64 (patch)
tree9c5cc7fbb4320f854e9b369fc6b02f901dfc9579
parent63a5e3616422070cd2868ecb3c18fed95002d4a4 (diff)
Use /dev/null for the cron output
-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 ac796e5..ecf5854 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 > /tmp/wdt.lastrun 2&>1
++* * * * * root $prog -r >/dev/null 2&>1
%%%
# make crond re-read the /etc/cron.d
$restart_cron >>$wdtlog