On Wed, Aug 20, 2003 at 10:42:59AM +0200, Simon Tischer wrote:
> where can i edit to bootup sequence on a rh 9, i have made an new script in 
> /etc/rc.d/init.d/ and i whan that it will be execute befor checking for new 
> hardware.

Have a look at the kudzu startup script.  You'll find a chkconfig line
in there.  Copy that to your script but change the start priority from 5
to something lower.  Then do:
# chkconfig --list <yourscriptname>
# chkconfig --add <yourscriptname>

That should do it.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to