init script for stunnel4 is not lsb-compatible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
stunnel4 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The Linux Standards Base requires SysV init scripts to support the 'status' action. That is, I should be able to run '/etc/init.
See: http://
For certain applications, LSB compatibility is a requirement.
For example, I am using stunnel4 in a corosync cluster. Corosync relies on LSB-compatible init scripts to determine whether a service is running, and to start and stop it on the appropriate node. Without the status target in the init script, corosync fails to recognize whether the service is running, and barfs all over itself.
Thus, I am left to roll my own stunnel4 packages with a corrected init script. Attached is the patch I'm using to the upstream tools/stunnel.
Status changed to 'Confirmed' because the bug affects multiple users.