This patch should add a status function to the init script. This was
created using the directions found at
https://wiki.ubuntu.com/InitScriptStatusActions ; however, I also
changed debian/control.in.
** Attachment added: "system-tools-backends.status.debdiff"
http://launchpadlibrarian.net/1983
Public bug reported:
Binary package hint: system-tools-backends
The init script for system-tools-backends should have a "status" action
that returns the status of the daemon. A concerted effort is being made
to add status actions to many Ubuntu services' init scripts:
https://wiki.ubuntu.com/Ini
I believe that the patch I attached last night should add the status
function. This was my first attempt to create a patch/use launchpad so
please let me know if there are any problems with it.
Cheers,
Steven Danna
--
smartmontools init scripts lacks the 'status' action
https://bugs.launchpad.
I created a patch that adds a status function by following the
directions found here: https://wiki.ubuntu.com/InitScriptStatusActions
I only added this function to the Debian init script because I wouldn't
be able to test the function on the other distributions.
** Attachment added: "network-mana
I created a patch using the directions at
https://wiki.ubuntu.com/InitScriptStatusActions .
** Attachment added: "A patch to add a "status" function to the init script."
http://launchpadlibrarian.net/19829379/smartmontools.status.debdiff
** Changed in: smartmontools (Ubuntu)
Status: New
Public bug reported:
Binary package hint: smartmontools
smartmontools init script lacks the 'status' action. It would be useful to be
able to determine if the daemon is running or not by querying:
* /etc/init.d/smartmontools status
A concerted effort is being made to add status actions to many