On Wed, 27 Sep 2000, Ralph Zeller wrote:
> I used to use a console program to adjust my run-level links, and I was
> thinking it would be handy with storm... I just can't remember the name
> of the program. And I'm not talking about linuxconf, it was a tiny
> little script file, as I recall?
>
> What do _you_ use to adjust your system-V run-level deamons?
UPDATE-RC.D(8) Debian/GNU Linux UPDATE-RC.D(8)
NAME
update-rc.d - install and remove System-V style init
script links
SYNOPSIS
update-rc.d [-n] [-f] name remove
update-rc.d [-n] [-f] name defaults [NN | NN-start NN-
stop]
update-rc.d [-n] [-f] name start|stop NN runlevel runlevel
... . start|stop NN runlevel runlevel ... . ...
DESCRIPTION
update-rc.d automatically updates the System V style init
script links /etc/rcrunlevel.d/NNname to scripts
/etc/init.d/name. These are run by init when changing
runlevels and are generally used to start and stop system
services such as daemons. runlevel is one of the
runlevels supported by init, 0123456789S, and NN is the
two-digit sequence code used by init to decide which order
to run the scripts in.
This manpage documents only the usage and behaviour of
update-rc.d. For a discussion of the System V style init
script arrangements please see init(8) and the dpkg
programmers' manual.