Package: winbind
Version: 3.6.6-3_amd64

winbind init script is not LSB compliant: the status function returns 4
instead of 3 when the daemon is stopped

repro:
apt-get install winbind
/etc/init.d/winbind stop
/etc/init.d/winbind status; echo $?

this happens because the status_of_proc call has wrong parameter ordering.

Attached patch fixes the issue.

Tags: patch

Attachment: winbind_init_lsb.patch
Description: Binary data

Reply via email to