[Pkg-voip-commits] r1584 - asterisk/trunk/debian
Lionel Elie Mamane
lmamane at costa.debian.org
Sun Apr 16 15:27:48 UTC 2006
Author: lmamane
Date: 2006-04-16 15:27:46 +0000 (Sun, 16 Apr 2006)
New Revision: 1584
Modified:
asterisk/trunk/debian/asterisk-classic.asterisk.init
asterisk/trunk/debian/changelog
Log:
Fix #360234: success, not failure, on $RUNASTERISK != yes
Modified: asterisk/trunk/debian/asterisk-classic.asterisk.init
===================================================================
--- asterisk/trunk/debian/asterisk-classic.asterisk.init 2006-04-16 11:27:15 UTC (rev 1583)
+++ asterisk/trunk/debian/asterisk-classic.asterisk.init 2006-04-16 15:27:46 UTC (rev 1584)
@@ -32,7 +32,7 @@
if [ "$RUNASTERISK" != "yes" ];then
echo "Asterisk not yet configured. Edit /etc/default/asterisk first."
- exit 1
+ exit 0
fi
if [ "$AST_REALTIME" != "no" ]
Modified: asterisk/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog 2006-04-16 11:27:15 UTC (rev 1583)
+++ asterisk/trunk/debian/changelog 2006-04-16 15:27:46 UTC (rev 1584)
@@ -12,8 +12,10 @@
* zap_restart.dpatch: allow restarting zaptel channel with "zap restart"
* backport_playdtmf.dpatch: a harmless backport (no impact if not used)
* completed the merge of logrotate and init.d scripts
+ * When not running asterisk, do it successfully, not by failure.
+ (closes: #360234)
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Thu, 13 Apr 2006 13:39:30 +0300
+ -- Lionel Elie Mamane <lmamane at debian.org> Sun, 16 Apr 2006 17:20:10 +0200
asterisk (1:1.2.6.dfsg-1) unstable; urgency=low
More information about the Pkg-voip-commits
mailing list