How to fix "file /etc/init.d from install of <package> conflicts with file from package chkconfig"

Viewed 1497

I have converted Debian package installation to CentOS RPM using alian. I'm getting below error when I try to install it.

Error:

file /etc/init.d from install of <package> conflicts with file from package chkconfig

I can install it by rpm -Uvh --force but I'm getting Not starting : <package> disabled. when I try to start it using init.d.

I'm not sure how to what is the correct path to track the issue. I appreciate some help.

1 Answers
Related