[BusyBox-cvs] [BusyBox 0000008]: modprobe applet is dependent on having a shell

bugs at busybox.net bugs at busybox.net
Thu Aug 4 18:34:31 UTC 2005


The following issue has been RESOLVED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=8 
====================================================================== 
Reported By:                jfb2
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   8
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             01-13-2005 09:38 PST
Last Modified:              08-04-2005 11:34 PDT
====================================================================== 
Summary:                    modprobe applet is dependent on having a shell
Description: 
The modprobe applet in busybox 1.0 won't work if you don't have a shell
installed.  It runs insmod or rmmod via system() which uses /bin/sh.

The attached patch to busybox 1.0 has the modprobe applet do its own
fork/exec thus avoiding the need for a shell.

====================================================================== 

---------------------------------------------------------------------- 
 pgf - 08-04-05 11:34  
---------------------------------------------------------------------- 
Committed revision 11043. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-13-05 09:38  jfb2           New Issue                                    
01-13-05 09:38  jfb2           File Added: bb1.0-modprobe-sh.patch              
     
03-16-05 12:26  andersen       Assigned To              andersen => BusyBox 
08-04-05 11:34  pgf            Status                   assigned => resolved
08-04-05 11:34  pgf            Resolution               open => fixed       
08-04-05 11:34  pgf            Note Added: 0000380                          
======================================================================




More information about the busybox-cvs mailing list