Package: irqbalance Version: 1.0.6-2 Severity: normal Tags: patch Dear Maintainer, The SysV start script does make use of the $OPTIONS variable which is not the case for the upstart script.
The proposed patch correct this situation and adds support for the $OPTIONS variable for upstart as well. * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages irqbalance depends on: ii debconf [debconf-2.0] 1.5.53 ii libc6 2.19-1 ii libcap-ng0 0.7.3-1.1 ii libglib2.0-0 2.40.0-3 ii libnuma1 2.0.9-1.1 ii lsb-base 4.1+Debian12 ii sysv-rc 2.88dsf-53 irqbalance recommends no packages. irqbalance suggests no packages. -- debconf information: irqbalance/enable: true irqbalance/oneshot: false
--- debian/irqbalance.upstart.orig 2014-08-21 16:03:01.356664546 +0200 +++ debian/irqbalance.upstart 2014-08-21 15:37:11.508624862 +0200 @@ -20,6 +20,6 @@ DOPTIONS="--oneshot" fi - exec /usr/sbin/irqbalance $DOPTIONS + exec /usr/sbin/irqbalance $OPTIONS $DOPTIONS end script