summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-07 18:27:57 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-07 18:27:57 +0000
commit7bd1cf30c4af1a208d822e2c72b3359b44a45c36 (patch)
tree1f05bef26304a4e7d08a569fc4af8f4916bbf6a1
parenta097d6ff26070d91010b1797b20605fd94183188 (diff)
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
-rwxr-xr-xdahdi.init5
1 files changed, 0 insertions, 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"