diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-05 13:38:06 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-05 13:38:06 +0100 |
commit | e33cb500a5cefab12062415dd12b6192b59e5ae5 (patch) | |
tree | ff55edb29a53690c66ebfb4c5c98e31b7c6b5f20 /debian/patches | |
parent | a7b66c0fa9157793df9c4aaeb33b87067cfb38a5 (diff) | |
parent | e131202b075272df0a82015e3873ddbed71232ef (diff) |
Merge branch 'release/debian/3.1.8-4'debian/3.1.8-4
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0705-crontab.patch | 2 |
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 |