Re: [expert] How to add something to chkconfig?

2002-07-30 Thread Jason Bowman
On Tuesday 30 July 2002 01:38 pm, David Guntner wrote: > I've added a startup script to my /etc/rc.d/init.d directory, but when I > try to do a "chkconfig --list {the-file}" so that I can see it, I'm > informed that "service {the-file} does not support chkconfig." How do I > add something that ex

Re: [expert] How to add something to chkconfig?

2002-07-30 Thread Larry Sword
Go to the MCC and under Installable do a search in the Find: box for "man" and "HOWTO" from there you may select the documentation packages to install. Larry David Guntner wrote: > Ray Warren grabbed a keyboard and wrote: > >>On 30 Jul 2002 at 10:38, David Guntner wrote: >> >> >>> How do I

Re: [expert] How to add something to chkconfig?

2002-07-30 Thread David Guntner
Ray Warren grabbed a keyboard and wrote: > > On 30 Jul 2002 at 10:38, David Guntner wrote: > > > How do I > > add something that exists in init.d to chkconfig? > > Look in man chkconfig ,in the section: RUNLEVEL FILES. No manpage for that, either. Oh great, I'm starting to think that I may

Re: [expert] How to add something to chkconfig?

2002-07-30 Thread Ray Warren
On 30 Jul 2002 at 10:38, David Guntner wrote: > How do I > add something that exists in init.d to chkconfig? Look in man chkconfig ,in the section: RUNLEVEL FILES. Ray Warren Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] How to add something to chkconfig?

2002-07-30 Thread James T. Nelson III
Check the man page for 'chkconfig'. Under the 'RUNLEVEL FILES' section is a description of what you need to do. Jim On Tue, 2002-07-30 at 13:38, David Guntner wrote: > I've added a startup script to my /etc/rc.d/init.d directory, but when I > try to do a "chkconfig --list {the-file}" so that I

[expert] How to add something to chkconfig?

2002-07-30 Thread David Guntner
I've added a startup script to my /etc/rc.d/init.d directory, but when I try to do a "chkconfig --list {the-file}" so that I can see it, I'm informed that "service {the-file} does not support chkconfig." How do I add something that exists in init.d to chkconfig? --Dave --