[Pkg-voip-commits] [dahdi-tools] 04/285: dahdi.init: Remove reference to dahdi_dummy.

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 3122b143a3f41200e9bee6e0c463382f2ec764cf
Author: Shaun Ruffell <sruffell at digium.com>
Date:   Tue Sep 7 18:27:57 2010 +0000

    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
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9309 17933a7a-c749-41c5-a318-cba88f637d49
---
 dahdi.init | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dahdi.init b/dahdi.init
index 874fa46..80e2621 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -258,11 +258,6 @@ case "$1" in
 
 	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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list