Bug 70647
| Summary: | service --status-all is broken | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Michael Schwendt <bugs.michael> | ||||||
| Component: | initscripts | Assignee: | Bill Nottingham <notting> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | limbo | CC: | rvokal | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2002-08-20 09:49:01 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Michael Schwendt
2002-08-03 00:56:50 UTC
Created attachment 68665 [details]
proposed patch against /sbin/service
Another thought... Since service --status-all doesn't need to "cd /" unlike the start/stop options and since the script does "cd /" more than once, maybe it would make more sense to drop the "cd /" at the top and do "cd /" in the "service" script only where it is really needed. Alternative example patch attached. Created attachment 68705 [details]
alternative cleanup patch
Changing this to 'assigned' as modified inplies that changes have been made and QA has signed off on the package. Works again with (null), initscripts-6.90-1. The redundant "cd /" in line 47 (--full-restart) is still there, though. The single "cd /" at the top should be enough. Extraneous / will be removed in 6.91-1. |