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

the order this actually happens in at boot time.
This commit is contained in:
cjs 1997-04-02 01:59:04 +00:00
parent 40d1c295a2
commit 1470f854b3

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.conf,v 1.7 1997/04/01 19:36:17 perry Exp $
# $NetBSD: rc.conf,v 1.8 1997/04/02 01:59:04 cjs Exp $
#
# see rc.conf(5) for more information.
@ -10,14 +10,14 @@
# `DEFAULT' enables a program with the default flags (as listed).
# Any other string is used as a set of flags.
# Network Interfaces
net_interfaces=DEFAULT # default: use "ifconfig -l" to get a list
# Programs run on boot
savecore_flags=DEFAULT # default: ""
lkm_init=YES # YES or NO.
ipfilter=NO # YES or NO.
# Network Interfaces
net_interfaces=DEFAULT # default: use "ifconfig -l" to get a list
# Daemons required for other daemons
inetd_flags=DEFAULT # default: ""; use "-l" for libwrap logging
portmap=YES # YES or NO; normally required.