diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/patches/0705-crontab.patch | 2 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 924156c..a507aff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ipmiutil (3.1.8-4) UNRELEASED; urgency=medium + +  * debian/patches/0705-crontab.patch: Fix typo. + + -- Jörg Frings-Fürst <debian@jff.email>  Mon, 24 Oct 2022 17:25:16 +0200 +  ipmiutil (3.1.8-3) unstable; urgency=medium    * debian/patches/0705-crontab.patch: Fix overwrite binary (Closes: #1022240). 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 | 
