On Wed, 3 Oct 2001, J. Dow wrote:

> From: "Harry Putnam" <[EMAIL PROTECTED]>
> 
> > In my setup there are 592 lines in the scripts in /etc/init.d that
> > begin with a `#' many of these are Author or script names or other
> > non-explanatory comments.  Not sure how many, but a rough guess might
> > be around 139 
> 
> And so far I have not found an explanation for the format of the first
> few lines of comment that appear in any WORKING init.d file. It appears
> the formatting is insanely finiky, too. I tried to build an addition and
> never did get it to behave the way I wanted. <sigh>
> 
> {^_^}

Do you mean this stuff?:

# chkconfig: 345 56 50

These are default values for chkconfig. If I understand it properly this 
means (in this case) this script is on by default at runlevels 3, 4, and 5 
Starting order is 56 (/etc/rc{3,4,5}.d/S56xinetd) and a Kill order of 50 
(/etc/rc{0,1,2,6}.d/K50xinetd)

Some of the other lines are self explanatory, although I'm not sure if 
they are required (description, processname, config, pidfile)

-- 
Chris Kloiber, RHCE
Enterprise Support - Red Hat, Inc.

[root@earth root]# rm -rf /bin/laden



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to