diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/patches/0700-init.patch | 4 | ||||
| -rw-r--r-- | debian/patches/0705-crontab.patch | 4 | ||||
| -rw-r--r-- | debian/patches/series | 1 | 
4 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index db3801f..08c1823 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ipmiutil (3.1.9-5) UNRELEASED; urgency=medium + +  * New upstream release. +    - Refresh patches: +      + debian/patches/0700-init.patch +      + debian/patches/0705-crontab.patch + + -- Jörg Frings-Fürst <debian@jff.email>  Wed, 15 Mar 2023 20:37:19 +0100 +  ipmiutil (3.1.8-4) unstable; urgency=medium    * debian/patches/0705-crontab.patch: Fix typo (Closes: #1030120). diff --git a/debian/patches/0700-init.patch b/debian/patches/0700-init.patch index 506d4f4..36250a6 100644 --- a/debian/patches/0700-init.patch +++ b/debian/patches/0700-init.patch @@ -90,7 +90,7 @@ Index: trunk/scripts/ipmiutil_wdt  +. /lib/lsb/init-functions  +   name=ipmiutil_wdt - prog="/usr/bin/ipmiutil wdt" + progn="/usr/bin/ipmiutil wdt"   wdtcron=/etc/cron.d/wdt  @@ -123,10 +125,13 @@ case "$1" in     restart) @@ -216,7 +216,7 @@ Index: trunk/configure.ac  ===================================================================  --- trunk.orig/configure.ac  +++ trunk/configure.ac -@@ -421,11 +421,11 @@ else +@@ -422,11 +422,11 @@ else   		MD2_CFLAGS="-DSKIP_MD2"   		init0=/etc/rc.d/init.d           fi diff --git a/debian/patches/0705-crontab.patch b/debian/patches/0705-crontab.patch index e8726c8..3099a15 100644 --- a/debian/patches/0705-crontab.patch +++ b/debian/patches/0705-crontab.patch @@ -12,9 +12,9 @@ Index: trunk/scripts/ipmiutil_wdt   	   if [ $RETVAL -eq 0 ]; then   	     # restart the watchdog every 60 seconds via /etc/cron.d   	     cat - <<%%% >$wdtcron --* * * * *  root  $prog -r >/dev/null +-* * * * *  root  $progn -r >/dev/null  +MAILTO='' -+* * * * *  root  $prog -r >/dev/null 2>&1 ++* * * * *  root  $progn -r >/dev/null 2>&1   %%%   	     # make crond re-read the /etc/cron.d   	     $restart_cron >>$wdtlog diff --git a/debian/patches/series b/debian/patches/series index 6fce8b9..3cc68c3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@  0600-typo-man.patch  0705-crontab.patch  #0710-systemd.patch +  | 
