Why is chkconfig not respecting the priorities defined in the ipmi init script?
Issue
ipmi rc scripts are created with wrong priority numbers than mentioned in /etc/init.d/ipmi by the chkconfig command. It should be /etc/rc3.d/S13impi but it is created with the name /etc/rc3.d/S26ipmi as mentioned in the rc file:
# chkconfig: - 13 87
Steps to Reproduce:
- Install OpenIPMI and run
chkconfig ipmi on - Run
ls /etc/rc3.d | grep ipmi
Actual results:
S26ipmi
Expected results:
S13ipmi
Environment
Red Hat Enterprise Linux (RHEL) 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.