aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/init.d
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-26 13:53:31 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-26 13:53:31 +0000
commit1881ec2d57e92812f8688b8332c5b0373f2e974d (patch)
tree7197bc6e085445859c6160ebea74eecb5947ee5e /contrib/init.d
parent3c17173ee16678cc95ad9529a2a780ac029c9d10 (diff)
Use insmod instead of modprobe (bug #939)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2780 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib/init.d')
-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