Re: [CentOS] init script numbers

2008-04-21 Thread Garrick Staples
On Sat, Apr 19, 2008 at 04:55:10PM -0600, Joseph L. Casale alleged:
> How does chkconfig determine what number to give to a link when you turn a 
> service on?

Note that this is fully documented in the chkconfig manpage.

-- 
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


pgpiGlvzA8Yyn.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] init script numbers

2008-04-20 Thread Clint Dilks

Joseph L. Casale wrote:

How does chkconfig determine what number to give to a link when you turn a 
service on?

Thanks!
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

  

Hi In the start up scripts you will see this line
# chkconfig: 2345 10 90

This particular example (network) strats by default in 2345 S10 K90

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] init script numbers

2008-04-19 Thread Matt Hyclak
On Sat, Apr 19, 2008 at 04:55:10PM -0600, Joseph L. Casale enlightened us:
> How does chkconfig determine what number to give to a link when you turn a 
> service on?
> 

There is a line in /etc/init.d/foo for chkconfig that lists what levels to
install to by default, start number and stop number.

Matt

-- 
Matt Hyclak
Department of Mathematics 
Department of Social Work
Ohio University
(740) 593-1263
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] init script numbers

2008-04-19 Thread Joseph L. Casale
How does chkconfig determine what number to give to a link when you turn a 
service on?

Thanks!
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos