| Anonymous | Login | Signup for a new account | 11-10-2008 11:06 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
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... |
| Copyright © 2000 - 2006 Mantis Group |