[dahdi-commits] sruffell: tools/trunk r4562 -	/tools/trunk/dahdi.init
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Mon Jul  7 15:27:48 CDT 2008
    
    
  
Author: sruffell
Date: Mon Jul  7 15:27:48 2008
New Revision: 4562
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4562
Log:
Change case on DAHDI.
Modified:
    tools/trunk/dahdi.init
Modified: tools/trunk/dahdi.init
URL: http://svn.digium.com/view/dahdi/tools/trunk/dahdi.init?view=diff&rev=4562&r1=4561&r2=4562
==============================================================================
--- tools/trunk/dahdi.init (original)
+++ tools/trunk/dahdi.init Mon Jul  7 15:27:48 2008
@@ -149,7 +149,7 @@
 case "$1" in
   start)
 	# Load drivers
-	echo -n "Loading Dahdi hardware modules:"
+	echo -n "Loading DAHDI hardware modules:"
 	for x in $MODULES; do 
 		eval localARGS="\$${x}_ARGS"
 		if modprobe ${x} ${localARGS} 2> /dev/null; then
@@ -198,7 +198,7 @@
   stop)
 	# Unload drivers
 	#shutdown_dynamic # FIXME: needs test from someone with dynamic spans
-	echo -n "Unloading Dahdi hardware drivers:"
+	echo -n "Unloading DAHDI hardware drivers:"
   	unload_module dahdi
 	RETVAL=$?
 	echo "."
    
    
More information about the dahdi-commits
mailing list