[asterisk-commits] lmadsen: branch 1.6.2 r317103 - in /branches/1.6.2: ./ contrib/scripts/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 5 09:56:57 CDT 2011


Author: lmadsen
Date: Thu May  5 09:56:52 2011
New Revision: 317103

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=317103
Log:
Merged revisions 317102 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r317102 | lmadsen | 2011-05-05 10:54:46 -0400 (Thu, 05 May 2011) | 8 lines
  
  Disable console colourization inside safe_asterisk checks.
  
  (closes issue #19213)
  Reported by: lefoyer
  Patches: 
        issue19213_strip_color_in_safe_asterisk-svn.patch uploaded by wdoekes (license 717)
  Tested by: wdoekes, lefoyer
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/contrib/scripts/safe_asterisk

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: branches/1.6.2/contrib/scripts/safe_asterisk
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/contrib/scripts/safe_asterisk?view=diff&rev=317103&r1=317102&r2=317103
==============================================================================
--- branches/1.6.2/contrib/scripts/safe_asterisk (original)
+++ branches/1.6.2/contrib/scripts/safe_asterisk Thu May  5 09:56:52 2011
@@ -45,7 +45,7 @@
 
 # Check if Asterisk is already running.  If it is, then bug out, because
 # starting safe_asterisk when Asterisk is running is very bad.
-VERSION=`${ASTSBINDIR}/asterisk -rx 'core show version'`
+VERSION=`${ASTSBINDIR}/asterisk -nrx 'core show version'`
 if test "`echo $VERSION | cut -c 1-8`" = "Asterisk" ; then
 	message "Asterisk is already running.  $0 will exit now."
 	exit 1




More information about the asterisk-commits mailing list