[dahdi-commits] sruffell: tools/trunk r9309 -	/tools/trunk/dahdi.init
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Tue Sep  7 13:28:02 CDT 2010
    
    
  
Author: sruffell
Date: Tue Sep  7 13:27:57 2010
New Revision: 9309
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9309
Log:
dahdi.init: Remove reference to dahdi_dummy.
Module 'dahdi_dummy.ko' is no longer needed for DAHDI to provide timing,
therefore we can remove the explicit load of dahdi_dummy, which by
default is aliased to dahdi.ko anyway.  If you've edited the DAHDI
Kbuild file in order to build dahdi_dummy explicitly, then you should
add dahdi_dummy to /etc/dahdi/modules in order to load it, but this is
not needed for normal operation.
(issue #17959)
Reported by: glen201
Modified:
    tools/trunk/dahdi.init
Modified: tools/trunk/dahdi.init
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/dahdi.init?view=diff&rev=9309&r1=9308&r2=9309
==============================================================================
--- tools/trunk/dahdi.init (original)
+++ tools/trunk/dahdi.init Tue Sep  7 13:27:57 2010
@@ -258,11 +258,6 @@
 
 	xpp_startup
 
-	if [ ! -e /proc/dahdi/1 ]; then
-		echo "No hardware timing source found in /proc/dahdi, loading dahdi_dummy"
-		modprobe dahdi_dummy 2> /dev/null
-	fi
-
 	if [ $system = debian ]; then
 	    echo -n "Running dahdi_cfg: "
 	    $DAHDI_CFG_CMD 2> /dev/null && echo -n "done"
    
    
More information about the dahdi-commits
mailing list