Module: sip-router
Branch: master
Commit: 26fa46a421e0bb5e00e32115b610100481e64e6d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=26fa46a…
Author: Peter Dunkley <peter.dunkley(a)crocodilertc.net>
Committer: Peter Dunkley <peter.dunkley(a)crocodilertc.net>
Date: Sat Nov 2 21:45:04 2013 +0000
pkg/kamailio/centos: Improvement to the CentOS init.d script
---
pkg/kamailio/centos/6/kamailio.init | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pkg/kamailio/centos/6/kamailio.init b/pkg/kamailio/centos/6/kamailio.init
index 48470e1..3ee9677 100644
--- a/pkg/kamailio/centos/6/kamailio.init
+++ b/pkg/kamailio/centos/6/kamailio.init
@@ -61,8 +61,8 @@ start() {
echo -n $"Starting $PROG: "
daemon $KAM $OPTIONS >/dev/null 2>/dev/null
RETVAL=$?
- echo
[ $RETVAL = 0 ] && touch $LOCK_FILE && success
+ echo
return $RETVAL
}