Bug 527734

Summary: quagga initscripts lsb compliance
Product: [Fedora] Fedora Reporter: Yulia Kopkova <ykopkova>
Component: quaggaAssignee: Jiri Skala <jskala>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: 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
Description of problem:

According to https://fedoraproject.org/wiki/Packaging/SysVInitScript quagga component init scripts have two small lsb compliance issues:

$SERVICE in (bgpd ospf6d ospfd ripd ripngd zebra)

1. Init script should return code "4" if restarting service under
nonprivileged user:
# su testuserqa -c "service $SERVICE restart"; echo $?
restart: unrecognized service
1
now: 1 
expected: 4 

2. force-reload action should be supported

Comment 1 Yulia Kopkova 2009-10-08 10:55:38 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