Further shuffle runcom ordering so that netif does not start before

ipfw, but ipfw and ipfilter do start before dhclient.
This commit is contained in:
Brian Feldman 2004-02-29 01:42:48 +00:00
parent b55a929477
commit 2e8fe46f97
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#
# PROVIDE: dhclient
# REQUIRE: network netif mountcritlocal
# REQUIRE: network netif ipfw ipfilter mountcritlocal
# BEFORE: NETWORKING
# KEYWORD: FreeBSD
#

View File

@ -26,7 +26,7 @@
#
# PROVIDE: netif
# REQUIRE: atm1 ipfilter ipfw mountcritlocal pccard serial sppp sysctl
# REQUIRE: atm1 ipfilter mountcritlocal pccard serial sppp sysctl
# KEYWORD: FreeBSD
. /etc/rc.subr