[Asterisk-cvs] asterisk/contrib/init.d rc.mandrake.zaptel,1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Mon Apr 26 09:47:39 CDT 2004


Update of /usr/cvsroot/asterisk/contrib/init.d
In directory mongoose.digium.com:/tmp/cvs-serv29253/contrib/init.d

Modified Files:
	rc.mandrake.zaptel 
Log Message:
Use insmod instead of modprobe (bug #939)


Index: rc.mandrake.zaptel
===================================================================
RCS file: /usr/cvsroot/asterisk/contrib/init.d/rc.mandrake.zaptel,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rc.mandrake.zaptel	11 Jan 2004 10:17:38 -0000	1.1
+++ rc.mandrake.zaptel	26 Apr 2004 13:53:31 -0000	1.2
@@ -20,7 +20,7 @@
 
 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




More information about the svn-commits mailing list