Bug 522753

Summary: Make dhcp6s init script LSB compilant
Product: [Fedora] Fedora Reporter: Josef Skladanka <jskladan>
Component: dhcpv6Assignee: Dave Cantrell <dcantrell>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-22 00:26:49 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    

Description Josef Skladanka 2009-09-11 10:36:01 UTC
1) The initscript does not match the template
<https://fedoraproject.org/wiki/Packaging/SysVInitScript#Initscript_template> -
from what I tested it lacks the exec and config variables

2) When the process is killed, but pidfile still exists, the service dhcp6s status command returns wrong status.

How reproducible:
always

Steps to reproduce:
1) service dhcp6s start
2) killall -9 dhcp6s
3) service dhcp6s status

Actual results:
The last step returns 2

Expected results:
The last step returns 1

Comment 1 Dave Cantrell 2009-09-22 00:26:49 UTC
The dhcpv6 package has been obsoleted by the dhcp package.