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