[svn-commits] pabelanger: trunk r292630 - in /trunk: ./ contrib/init.d/rc.suse.asterisk

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 21 13:23:44 CDT 2010


Author: pabelanger
Date: Thu Oct 21 13:23:41 2010
New Revision: 292630

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

........
  r292628 | pabelanger | 2010-10-21 14:13:18 -0400 (Thu, 21 Oct 2010) | 5 lines
  
  Fix typo in SUSE init script.
  
  Reported by: Dave Cotton on asterisk-users list.
........

Modified:
    trunk/   (props changed)
    trunk/contrib/init.d/rc.suse.asterisk

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/contrib/init.d/rc.suse.asterisk
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/init.d/rc.suse.asterisk?view=diff&rev=292630&r1=292629&r2=292630
==============================================================================
--- trunk/contrib/init.d/rc.suse.asterisk (original)
+++ trunk/contrib/init.d/rc.suse.asterisk Thu Oct 21 13:23:41 2010
@@ -106,7 +106,7 @@
 	if [ "0$MAXCALLS" -gt "0" ]; then
 		ASTARGS="$ASTARGS -M $MAXCALLS"
 	fi
-	if [ "$VERBOSITY" -gt "0" ]; then
+	if [ "0$VERBOSITY" -gt "0" ]; then
 		for i in `seq 1 $VERBOSITY`; do
 			ASTARGS="$ASTARGS -v"
 		done




More information about the svn-commits mailing list