All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Smith <sos22@cam.ac.uk>
To: linux-newbie@vger.kernel.org
Subject: Re: scripts in /etc/rc2.d/
Date: Thu, 16 May 2002 13:27:16 +0100	[thread overview]
Message-ID: <20020516122716.GA949@cam.ac.uk> (raw)
In-Reply-To: <m37km5zaf8.fsf@wobble.eth.net>

[-- Attachment #1: Type: text/plain, Size: 847 bytes --]

> $ ls -l /etc/rc2.d/S39dictd
> lrwxrwxrwx    1 root     root           20 May 15 21:02 /etc/rc2.d/S39dictd -> ../init.d/dictd.init
> 
> My question is will this work?
Probably.

> I have randomly chosen the name "S39dict".  I can understand that
> the prefix "S" is for "Start".  What is that number for?
Sxx services are started in ascending order of xx, so an S39 script
can assume that S01, S02, S03, ... S38 scripts have been run, but
S40 on will not have been run.

> How should I chose the number?  Is any random number - like the
> one I have chosen - sufficient?
Most numbers should work. Just make sure that syslog (usually
S10syslog or S10sysklog) starts first, and that networking is set
up (this is usually done before any rc2 scripts are run).

Basically, if it works, leave it.

Steven Smith,
sos22@cam.ac.uk.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

      reply	other threads:[~2002-05-16 12:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-15 15:40 scripts in /etc/rc2.d/ G Anna
2002-05-16 12:27 ` Steven Smith [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020516122716.GA949@cam.ac.uk \
    --to=sos22@cam.ac.uk \
    --cc=linux-newbie@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.