Bug 63440
| Summary: | RFE: better use of functions in /etc/rc.d/init.d/functions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Adams <linux> | ||||
| Component: | initscripts | Assignee: | Miloslav Trmač <mitr> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | tmraz | ||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 8.22-1 | Doc Type: | Enhancement | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-02-01 18:06:56 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 150221 | ||||||
| Attachments: |
|
||||||
|
Description
Chris Adams
2002-04-14 00:37:30 UTC
FWIW, seems a sensible approach. Further, the initscripts could be extended to look at pid files under in /var/run/*/*.pid, for exactly the reason stated. I maintain one package (radvd) which uses /var/run/radvd/radvd.pid because of the permissions problem. Created attachment 123705 [details]
Remaining patch for redhat-lsb
There is somewhat less code repetition in initscripts-8.22-1, and the pid file location can be changed. Core dump size can be defined using $DAEMON_COREFILE_LIMIT. Thanks for your report. Thanks. I like using an environment variable for the core file limit; I can override it for debugging without having to edit scripts that way. |