Bug 69138
| Summary: | Init.d scripts: [force-]reload not consistend | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Tobias Burnus <tobias.burnus> |
| Component: | basesystem | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | rvokal |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-02-19 17:49:07 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: | |||
|
Description
Tobias Burnus
2002-07-18 07:44:02 UTC
At this point, this isn't somethign we'll change in house. Current gLSB 2.0-pre version: http://www.linuxbase.org/spec/book/LSB-generic/LSB-generic/iniscrptact.html reload - cause the configuration of the service to be reloaded without actually stopping and restarting the service force-reload - cause the configuration to be reloaded if the service supports this, otherwise restart the service if it is running The "if it is running" makes clear that [force-]reload should not start a service which is not running. |