Package: irqbalance Version: 1.0.3-3 Severity: wishlist Tags: patch Dear Maintainer,
The actual init script does not provide a "status" action as recommended by the LSB. The change is very small, and is very useful in some environments (testing the status of a service is useful locally, and even more when you are managing services with tools like puppet or mcollective which can be used to check the status, or ensure that a service is started or stopped). Here is a simple patch (based on the Wheezy version and on this page : https://wiki.debian.org/LSBInitScripts/StatusSupport) : *** /etc/init.d/irqbalance.orig 2013-11-28 14:37:05.559426997 +0100 --- /etc/init.d/irqbalance 2013-11-28 14:33:37.161718959 +0100 *************** *** 74,79 **** --- 74,82 ---- log_end_msg $? ;; + status) + status_of_proc $DAEMON $NAME + ;; *) N=/etc/init.d/$SNAME echo "Usage: $N {start|stop|restart|force-reload}" >&2 Cheers, -- System Information: Debian Release: 7.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/16 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.49 ii libc6 2.13-38 ii libcap-ng0 0.6.6-2 ii libglib2.0-0 2.33.12+really2.32.4-5 ii libnuma1 2.0.8~rc4-1 ii lsb-base 4.1+Debian8+deb7u1 irqbalance recommends no packages. irqbalance suggests no packages. -- debconf information: irqbalance/oneshot: false irqbalance/enable: true -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

