Bug 527734
| Summary: | quagga initscripts lsb compliance | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yulia Kopkova <ykopkova> | |
| Component: | quagga | Assignee: | Jiri Skala <jskala> | |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | rawhide | CC: | aglotov, jskala | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 584385 (view as bug list) | Environment: | ||
| Last Closed: | 2009-10-19 12:23:05 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: | 521669, 584385 | |||
|
Description
Yulia Kopkova
2009-10-07 14:31:24 UTC
Sorry, copy/paste issue. Behaviour for 1 is: 1. Init script should return code "4" if restarting service under nonprivileged user: # su testuserqa -c "service $SERVICE restart"; echo $? Shutting down $SERVICE: [FAILED] Starting $SERVICE: [FAILED] 1 now: 1 expected: 4 |