aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/init.d/rc.mandrake.zaptel2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init.d/rc.mandrake.zaptel b/contrib/init.d/rc.mandrake.zaptel
index 731d9c379..26ce46d3f 100755
--- a/contrib/init.d/rc.mandrake.zaptel
+++ b/contrib/init.d/rc.mandrake.zaptel
@@ -20,7 +20,7 @@ MODULES="usb-uhci zaptel wcfxo wcusb"
function probe() {
gprintf " $1"
- modprobe $1
+ insmod $1
# It has to be in the module list, otherwise something is wrong
if lsmod | grep -c ^$1 >/dev/null; then
success