| 1 |
.TH "BASELAYOUT" "8" "May 2004" "baselayout" "baselayout"
|
| 2 |
.SH NAME
|
| 3 |
rc-update \- add and remove init scripts to a runlevel
|
| 4 |
.SH SYNOPSIS
|
| 5 |
\fBrc-update\fR \fIadd\fR \fIscript\fR \fI<runlevels>\fR
|
| 6 |
.br
|
| 7 |
\fBrc-update\fR \fIdel\fR \fIscript\fR \fI[runlevels]\fR
|
| 8 |
.br
|
| 9 |
\fBrc-update\fR \fIshow\fR \fI[\-\-verbose]\fR \fI[runlevels]\fR
|
| 10 |
.SH DESCRIPTION
|
| 11 |
Gentoo's init system uses named runlevels. Rather than editing some obscure
|
| 12 |
file or managing a directory of symlinks, \fBrc-update\fR exists to quickly
|
| 13 |
add or delete init scripts from different runlevels.
|
| 14 |
|
| 15 |
All scripts specified with this utility must reside in the \fI/etc/init.d\fR
|
| 16 |
directory. They must also conform to the Gentoo runscript standard.
|
| 17 |
.SH OPTIONS
|
| 18 |
.TP
|
| 19 |
\fBadd (\-a)\fR \fIscript\fR \fI<runlevels>\fR
|
| 20 |
Add the specified \fIinit script\fR to the specified \fIrunlevels\fR. You
|
| 21 |
must specify at least one runlevel.
|
| 22 |
|
| 23 |
Example: rc-update add net.eth0 default
|
| 24 |
.TP
|
| 25 |
\fBdel (\-d)\fR \fIscript\fR \fI[runlevels]\fR
|
| 26 |
Delete the specified \fIinit script\fR from the specified \fIrunlevels\fR.
|
| 27 |
If you do not specify the \fIrunlevels\fR from which to delete, the script
|
| 28 |
will be removed from all exists runlevels.
|
| 29 |
|
| 30 |
Example: rc-update del sysklogd
|
| 31 |
.TP
|
| 32 |
\fBshow (\-s)\fR \fI[\-v|\-\-verbose]\fR \fI[runlevels]\fR
|
| 33 |
Show all enabled scripts and the runlevels they belong to. If you specify
|
| 34 |
\fIrunlevels\fR to show, then only those will be included in the output. To
|
| 35 |
view all init scripts, run with the \fI\-\-verbose\fR option.
|
| 36 |
|
| 37 |
Example: rc-update show
|
| 38 |
.SH "REPORTING BUGS"
|
| 39 |
Please report bugs via http://bugs.gentoo.org/
|
| 40 |
.SH "SEE ALSO"
|
| 41 |
.BR rc-status (8)
|
| 42 |
|
| 43 |
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4
|