From 0d048dee5685ac06d2da70c12f39b3dc22f83776 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Mon, 26 Apr 2004 13:53:31 +0000
Subject: [PATCH] Use insmod instead of modprobe (bug #939)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2780 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 contrib/init.d/rc.mandrake.zaptel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/init.d/rc.mandrake.zaptel b/contrib/init.d/rc.mandrake.zaptel
index 731d9c3797..26ce46d3fd 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
-- 
GitLab