quattor / ncm-cdispd

Node Configuration Manager Configuration Dispatch Daemon
www.quattor.org
Other
2 stars 5 forks source link

ncm-cdispd breaks chkconfig installation on Rocky 9 #59

Closed drossy closed 7 months ago

drossy commented 7 months ago

Similarly to https://github.com/quattor/cdp-listend/issues/27 ncm-cdispd provides a /etc/init.d file in its rpm but doesn't depend on chkconfig. In Rocky 9, chkconfig isn't a default package allowing ncm-cdispd be installed before chkconfig and create /etc/init.d as a directory, which breaks a later install of chkconfig as it tries to create it as a symlink.

The best solution would be #56 , but a workaround might be to make the rpm require chkconfig