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+sig...@m5p.com  PGP 87145445         |    )   /
  \_CS\   |  _____  -O #include <stddisclaimer.h> O-   _____  |   /  _/
8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/___/5445

Reply via email to