Move network interface config after programs run on boot-up, to match

the order this actually happens in at boot time. Fix a few minor typos.
This commit is contained in:
cjs 1997-04-02 02:02:51 +00:00
parent 1470f854b3
commit 8075b68cc3

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rc.conf.5,v 1.6 1997/04/01 20:17:43 perry Exp $
.\" $NetBSD: rc.conf.5,v 1.7 1997/04/02 02:02:51 cjs Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" Copyright (c) 1997 Curt J. Sampson
@ -69,38 +69,6 @@ The arguments passed if "DEFAULT" is chosen are listed in
.Nm
itself.
.Pp
Interface boot-up configuration:
.Bl -tag -width bootparamd_flags
.It Sy net_interfaces
Parameters, DEFAULT, or NO.
Lists a set of interfaces to be configured with
.Xr ifconfig 8
at boot time.
If DEFAULT, the interfaces are found by running
.Xr ifconfig 8
with the
.Ar -l
flag. Usually, the parameters for the subsequent
.Xr ifconfig 8
commands are found in files named
.Pa /etc/ifconfig.* ,
where
.Dq *
is the name of each interface (e.g.
.Pa /etc/ifconfig_le0 ) .
However, parameters may alternatively be found in an
.Em ifconfig_*
variable (see below).
.It Sy ifconfig_*
Parameters only.
Supplies a set of parameters for configuring the given interface
.Dq *
(e.g.
.Em ifconfig_le0 ) .
See
.Em net_interfaces ,
above.
.El
Programs run on boot-up:
.Bl -tag -width bootparamd_flags
.It Sy savecore_flags
@ -125,6 +93,42 @@ to load in packet filter specifications from
at network boot time, before any interfaces are configured. See
.Xr ipf 5 .
.El
.Pp
Interface boot-up configuration:
.Bl -tag -width bootparamd_flags
.It Sy net_interfaces
Parameters, DEFAULT, or NO.
Lists a set of interfaces to be configured with
.Xr ifconfig 8
at boot time.
If DEFAULT, the interfaces are found by running
.Xr ifconfig 8
with the
.Ar -l
flag. Usually, the parameters for the subsequent
.Xr ifconfig 8
commands are found in files named
.Pa /etc/ifconfig.* ,
where
.Dq *
is the name of each interface (e.g.
.Pa /etc/ifconfig.le0 ) .
Alternatively, the parameters may be taken from an
.Em ifconfig_*
variable (see below). In either case, the parameters have the interface
name prepended to them and are then handed to
.Xr ifconfig 8 .
.It Sy ifconfig_*
Parameters only.
Supplies a set of parameters for configuring the given interface
.Dq *
(e.g.
.Em ifconfig_le0 ) .
See
.Em net_interfaces ,
above.
.El
.Pp
Daemons required for other daemons:
.Bl -tag -width bootparamd_flags
.It Sy inetd_flags