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

bugs at busybox.net bugs at busybox.net
Thu Sep 1 09:40:46 UTC 2005


The following issue has been CLOSED 
====================================================================== 
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:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             01-13-2005 09:38 PST
Last Modified:              09-01-2005 02:40 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. 

---------------------------------------------------------------------- 
 landley - 09-01-05 02:40  
---------------------------------------------------------------------- 
r11043 

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                          
09-01-05 02:40  landley        Status                   resolved => closed  
09-01-05 02:40  landley        Note Added: 0000478                          
======================================================================




More information about the busybox-cvs mailing list