describe rc.d/NETWORK. xref rcorder -k for keywork explanation

This commit is contained in:
lukem 2000-07-26 05:29:15 +00:00
parent 7139ec4211
commit dbf1552526
1 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rc.8,v 1.10 2000/07/17 15:29:01 lukem Exp $
.\" $NetBSD: rc.8,v 1.11 2000/07/26 05:29:15 lukem Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd July 18, 2000
.Dd July 26, 2000
.Dt RC 8
.Os
.Sh NAME
@ -123,7 +123,10 @@ to order the files in
.Pa /etc/rc.d/
that have a
.Dq shutdown
keyword,
keyword (refer to
.Xr rcorder 8 's
.Fl k
flag),
reverses that order, and assigns the result to a variable.
.It
Calls each script in turn using run_rc_script() (from
@ -151,9 +154,11 @@ Scripts that are
to ensure that certain operations are done before others, such as:
.Bl -tag -width SERVERS
.It DAEMON
before all daemons
before all general purpose daemons
.It LOGIN
before user login processes
.It NETWORK
ensure basic network services are running
.It SERVERS
ensure basic services exist for services that start early.
.El