Comment 5 for bug 248947

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Feature Freeze Exception requested for Thierry's attached patch.

The change is an improvement of the asterisk init script status action, which currently is a pretty crufty "ps | awk", and instead uses the LSB's status_of_proc() function.

This fix is required for High Availability heartbeat pings, such as linux-ha.

Diffstat says:
 asterisk.init | 11 +++--------
 changelog | 8 ++++++++
 control | 2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)

This change builds successfully on all platforms, as it's only a change to shell code. It installs and upgrades successfully, in that it's changing a conffile managed by the package.

:-Dustin