Displaying 1 result from an estimated 1 matches for "chngh".
Did you mean:
chng
2006 Jan 05
2
rc script not running on shutdown
...ciated links(via chkconfig). The script
runs in the expected runlevels at boot time, but does not run at
all during shutdown(halt, reboot, etc). I swear I've done this
a million times. What am I overlooking?
# cat /etc/issue
CentOS release 3.5 (Final)
Kernel \r on an \m
# chkconfig --list chnghst
chnghst 0:off 1:on 2:off 3:off 4:off 5:off 6:off
localhost:# find /etc/rc* |grep chngh
/etc/rc.d/init.d/chnghst
/etc/rc.d/rc0.d/K07chnghst
/etc/rc.d/rc1.d/S10chnghst
/etc/rc.d/rc2.d/K87chnghst
/etc/rc.d/rc3.d/K07chnghst
/etc/rc.d/rc4.d/K07chnghst
/etc/rc.d/rc5.d/K07chnghst
/...