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
The dhcpv6 package has been obsoleted by the dhcp package.