Module: sip-router Branch: master Commit: cb30d96052a4ccf7ce9fec627785313cb13bc442 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cb30d960...
Author: Iñaki Baz Castillo ibc@aliax.net Committer: Iñaki Baz Castillo ibc@aliax.net Date: Fri Jun 10 19:17:25 2011 +0200
pkg/kamailio/deb: lot of love to debian init scripts. - init scripts under debian/, lenny/, lucid/ and squeeze/ unified. - fixed a bug in restart action: now it waits until kamailio has been stopped (using --retry 5 option in start-stop-daemon) rather than waiting an artificial fixed second (which is not enough when using memdbg/memlog causing kamailio not to start again). - some text formatting. - more LSB compliant (status codes).
---
pkg/kamailio/deb/debian/kamailio.init | 299 ++++++++++++++++++-------------- pkg/kamailio/deb/lenny/kamailio.init | 284 +++++++++++++++++++----------- pkg/kamailio/deb/lucid/kamailio.init | 284 +++++++++++++++++++----------- pkg/kamailio/deb/squeeze/kamailio.init | 288 ++++++++++++++++++++----------- 4 files changed, 720 insertions(+), 435 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=cb30...