As long as we're sharing our wisdome, you really should NOT have to use
chkconfig with the levels specified. If you do a
chkconfig --add service
it should look at the stuff in that service file to figure out what level to start
in.  (e.g.    network:# chkconfig: 2345 10 90   is in the network file.)

Use
chkconfig --del service
 to remove it from all the levels.


--
Gerry Skerbitz
gsker at tcfreenet.org

''We can build a better product than Linux, ... '' --
             MS Windows OS Chief, Jim  Allchin   (Feb, 2001)


On Wed, 21 Aug 2002, Munir Nassar wrote:

> On Tue, 20 Aug 2002, Matthew S. Hallacy wrote:
>
> > chkconfig --level 123456 kudzu off
> > chkconfig --level 123456 sendmail off
> >
> > etc.
>
> another goodie you might like:
> chkconfig --list | grep :on
>
> shows you all the services that are starting...
>
>  -munir
>
> _______________________________________________
> Twin Cities Linux Users Group Mailing List - Minneapolis/St. Paul, Minnesota
> http://www.mn-linux.org
> tclug-list at mn-linux.org
> https://mailman.mn-linux.org/mailman/listinfo/tclug-list
>