[dahdi-commits] sruffell: tools/trunk r4915 -	/tools/trunk/dahdi.init
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Tue Sep 16 13:27:00 CDT 2008
    
    
  
Author: sruffell
Date: Tue Sep 16 13:26:59 2008
New Revision: 4915
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4915
Log:
Remove the extra space printed after each line when a module is loaded.
Modified:
    tools/trunk/dahdi.init
Modified: tools/trunk/dahdi.init
URL: http://svn.digium.com/view/dahdi/tools/trunk/dahdi.init?view=diff&rev=4915&r1=4914&r2=4915
==============================================================================
--- tools/trunk/dahdi.init (original)
+++ tools/trunk/dahdi.init Tue Sep 16 13:26:59 2008
@@ -167,8 +167,8 @@
 		elif [ $system = redhat ]; then
 			action "  ${line}: " modprobe $line 
 		fi
-		echo ""
 	done
+	echo ""
 
 	TMOUT=$DAHDI_DEV_TIMEOUT # max secs to wait
 
    
    
More information about the dahdi-commits
mailing list