[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#920239: marked as done (Init script typo breaks extra arguments)



Your message dated Tue, 23 Jul 2019 22:47:32 +0200
with message-id <83f0c373-b057-1f44-bdfe-ac1b82750065@ninthfloor.org>
and subject line Re: Init script typo breaks extra arguments
has caused the Debian Bug report #920239,
regarding Init script typo breaks extra arguments
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
920239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920239
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: irqbalance
Version: 1.1.0-2.3

Hopefully the subject line says it all.  The following patch is needed:

--- irqbalance.orig     2016-12-30 10:59:01.000000000 -0800
+++ irqbalance  2019-01-22 19:25:46.515852559 -0800
@@ -43,7 +43,7 @@
 if [ ! -z ${IRQBALANCE_ONESHOT+x} ]; then
     DOPTIONS="--oneshot"
 fi
-if [ ! -z ${IRCBALANCE_ARGS+x} ]; then
+if [ ! -z ${IRQBALANCE_ARGS+x} ]; then
 	OPTIONS="$OPTIONS $IRQBALANCE_ARGS"
 fi
 
**

At which point suddenly the IRQBALANCE_ARGS option actually works.

The help message is a bit unusual too.  Pretty often if you're making the
program(script) name variable, you would use $0 to match how the program
was called (possibly something other than /etc/init.d/irqbalance).


-- 
(\___(\___(\______          --=> 8-) EHM <=--          ______/)___/)___/)
 \BS (    |         ehem+sigmsg@m5p.com  PGP 87145445         |    )   /
  \_CS\   |  _____  -O #include <stddisclaimer.h> O-   _____  |   /  _/
8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445

--- End Message ---
--- Begin Message ---
Version: 1.5.0-0.1

--- End Message ---

Reply to: