summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"