From 7bd1cf30c4af1a208d822e2c72b3359b44a45c36 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Tue, 7 Sep 2010 18:27:57 +0000 Subject: 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.asterisk.org/svn/dahdi/tools/trunk@9309 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi.init | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dahdi.init') 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" -- cgit v1.2.3