Move securelevel further back in the boot order.

Approved by:	markm (mentor)(implicit)
Reviewed by:	dougb
This commit is contained in:
mtm 2003-05-05 15:38:41 +00:00
parent 5025544762
commit ecf13c7beb
8 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,7 @@
# PROVIDE: abi
# REQUIRE: LOGIN
# BEFORE: securelevel
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

@ -6,6 +6,7 @@
# PROVIDE: cron
# REQUIRE: LOGIN
# BEFORE: securelevel
# KEYWORD: FreeBSD NetBSD shutdown
. /etc/rc.subr

View File

@ -5,6 +5,7 @@
# PROVIDE: devfs
# REQUIRE: LOGIN
# BEFORE: securelevel
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

@ -5,6 +5,7 @@
# PROVIDE: jail
# REQUIRE: LOGIN
# BEFORE: securelevel
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

@ -5,6 +5,7 @@
# PROVIDE: localdaemons
# REQUIRE: abi
# BEFORE: securelevel
# KEYWORD: FreeBSD shutdown
. /etc/rc.subr

View File

@ -5,6 +5,7 @@
# PROVIDE: network3
# REQUIRE: localdaemons
# BEFORE: securelevel
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

@ -5,6 +5,7 @@
# PROVIDE: network3
# REQUIRE: localdaemons
# BEFORE: securelevel
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

@ -5,8 +5,6 @@
#
# PROVIDE: securelevel
# REQUIRE: aftermountlkm ipnat mountd
# BEFORE: DAEMON
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr