From 1881ec2d57e92812f8688b8332c5b0373f2e974d Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 26 Apr 2004 13:53:31 +0000 Subject: Use insmod instead of modprobe (bug #939) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2780 f38db490-d61c-443f-a65b-d21fe96a405b --- contrib/init.d/rc.mandrake.zaptel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/init.d/rc.mandrake.zaptel') 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 -- cgit v1.2.3