LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Matt Hyne <mhyne@tip.CSIRO.AU>
  To  : Peter McCarthy <mccarthy@mail.austasia.net>
  Date: Tue, 29 Jul 1997 11:37:27 +1000 (EST)

Re: [SLUG] init scripts

On Tue, 29 Jul 1997, Peter McCarthy wrote:

> Hi how do the damn init scripts in Red Hat work.  My goal is to get
> named running.  It apears in the rc.initd dir but what is the mechanism
> to get it off the ground at boot ? 

You are probably running runlevel 3 so I would go to /etc/rc.d/rc3.d and
have a look in there.

The scripts are all run in numerical order to get sequencing correct.  You
shouldn't need to touch named (bind) as it is already running in default
RH (if you installed it). 

All the runlevel specific stuff is started by the /etc/rc.d/rc script and
is run whenever the runlevel changes (ie init X).

Matt


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page