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:
parent
ca1672da93
commit
f7451733fb
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: addswap
|
||||
# REQUIRE: FILESYSTEMS
|
||||
# REQUIRE: FILESYSTEMS kld
|
||||
# KEYWORD: nojail
|
||||
|
||||
. /etc/rc.subr
|
||||
|
@ -28,7 +28,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: var
|
||||
# REQUIRE: FILESYSTEMS kld
|
||||
# REQUIRE: FILESYSTEMS kld addswap
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user