[BusyBox-cvs] [BusyBox 0000119]: Allow signal to restart init

bugs at busybox.net bugs at busybox.net
Mon Jul 18 22:26:51 UTC 2005


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=119 
====================================================================== 
Reported By:                jfb2
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   119
Category:                   New Features
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             02-22-2005 09:57 PST
Last Modified:              07-18-2005 15:26 PDT
====================================================================== 
Summary:                    Allow signal to restart init
Description: 
The init applet will restart (re-exec) itsself when it
receives a SIGHUP.  However, just before it enters its
main loop, it resets SIGHUP to either re-load the inittab
(or ignore it if no inittab is used).  Thus preventing
the re-exec option from being triggerable.

This patch adds a signal handler for SIGQUIT for init that
always causes init to re-exec itsself (along with killing
anything else that might be still running).
====================================================================== 

---------------------------------------------------------------------- 
 vapier - 04-16-05 01:21  
---------------------------------------------------------------------- 
added to svn, thanks :) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-22-05 09:57  jfb2           New Issue                                    
02-22-05 09:57  jfb2           File Added: bb-restart.patch                    
03-16-05 12:27  andersen       Assigned To              andersen => BusyBox 
04-16-05 01:21  vapier         Status                   assigned => resolved
04-16-05 01:21  vapier         Resolution               open => fixed       
04-16-05 01:21  vapier         Note Added: 0000164                          
07-18-05 15:26  andersen       Status                   resolved => closed  
======================================================================




More information about the busybox-cvs mailing list