[Pkg-voip-commits] r6225 - /asterisk/trunk/debian/asterisk.init

paravoid at alioth.debian.org paravoid at alioth.debian.org
Sat Sep 27 18:55:08 UTC 2008


Author: paravoid
Date: Sat Sep 27 18:55:07 2008
New Revision: 6225

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6225
Log:
minor fix in the init script

Modified:
    asterisk/trunk/debian/asterisk.init

Modified: asterisk/trunk/debian/asterisk.init
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/asterisk.init?rev=6225&op=diff
==============================================================================
--- asterisk/trunk/debian/asterisk.init (original)
+++ asterisk/trunk/debian/asterisk.init Sat Sep 27 18:55:07 2008
@@ -186,7 +186,7 @@
 	# this may hang in some cases. Specifically, when the asterisk
 	# processes is stopped. No bother to worry about cleanup: 
 	# it will either fail or die when asterisk dies.
-	( $DAEMON -rx 'stop now' > /dev/null 2>&1 & ) &
+	( asterisk_rx 'stop now' > /dev/null 2>&1 & ) &
 	if [ "$RUNASTSAFE" = "yes" ];then
 		start-stop-daemon --stop --quiet --oknodo \
 				  --pidfile $ASTSAFE_PIDFILE




More information about the Pkg-voip-commits mailing list