In the days before r208307 addswap was running early in the second stage

of rcorder. Somehow in the intervening period addswap got moved to the
very end, which is almost certainly not what we want.

This change moves it to right after kld so that for users who need it,
they'll get it ASAP.
This commit is contained in:
Doug Barton 2012-02-11 06:21:16 +00:00
parent ca1672da93
commit f7451733fb
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
# PROVIDE: addswap
# REQUIRE: FILESYSTEMS
# REQUIRE: FILESYSTEMS kld
# KEYWORD: nojail
. /etc/rc.subr

View File

@ -28,7 +28,7 @@
#
# PROVIDE: var
# REQUIRE: FILESYSTEMS kld
# REQUIRE: FILESYSTEMS kld addswap
. /etc/rc.subr