BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001051 [BusyBox] Standards Compliance minor always 09-25-06 08:10 02-14-08 11:47
Reporter iggarpe View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0001051: crond does not manage pid file
Description Standard crond will create /var/run/crond.pid on startup and remove it upon termination, as many other daemons do.

This file is very useful in general, but essential to manage processes with utilities such as monit.
Additional Information Maybe this pid file management code should be in libbb and be used by all daemons.
Attached Files

- Relationships

- Notes
(0004774)
vda
02-14-08 11:47

I'm pretty sure crond will create the pidfile:

write_pidfile("/var/run/crond.pid");

If user selects CONFIG_FEATURE_PIDFILE=y, that is...
 

- Issue History
Date Modified Username Field Change
09-25-06 08:10 iggarpe New Issue
09-25-06 08:10 iggarpe Status new => assigned
09-25-06 08:10 iggarpe Assigned To  => BusyBox
02-14-08 11:47 vda Status assigned => closed
02-14-08 11:47 vda Note Added: 0004774
02-14-08 11:47 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker