diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-24 17:00:11 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-24 17:00:11 +0200 | 
| commit | 5f68cb30ed4b6e168d25af9bedadbf4bec8f11ed (patch) | |
| tree | 2ab920c5614cfbc9f0f9259c0d7b46d49554bd76 /debian/patches | |
| parent | 30de5c947b76ec2ba75e50a9369fce920245ccf2 (diff) | |
| parent | a7b66c0fa9157793df9c4aaeb33b87067cfb38a5 (diff) | |
Merge tag 'debian/3.1.8-3' into develop
Bugfix release
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 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 | 
