[Home]

Summary:ASTERISK-00933: [patch] Fix for warnings in mandrake startup script
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-01-28 11:48:41.000-0600Date Closed:2008-01-15 14:52:04.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040128__rc.mandrake.zaptel_fix.diff.txt
Description:When probing multiple modules, ztcfg prints an error on unconfigured channels on all but the last module loaded.

This comments out the corresponding line in /etc/modules.conf.
Comments:By: Mark Spencer (markster) 2004-02-02 00:35:50.000-0600

I think the right way is to insmod instead of modprobe, like we do in the redhat version (zaptel.init)

By: Olle Johansson (oej) 2004-04-12 04:21:06

Any updates to this patch?

By: Mark Spencer (markster) 2004-04-26 09:47:45

Fixed by using insmod instead of modprobe

By: Digium Subversion (svnbot) 2008-01-15 14:52:04.000-0600

Repository: asterisk
Revision: 2780

U   trunk/contrib/init.d/rc.mandrake.zaptel

------------------------------------------------------------------------
r2780 | markster | 2008-01-15 14:52:04 -0600 (Tue, 15 Jan 2008) | 2 lines

Use insmod instead of modprobe (bug ASTERISK-933)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2780