diff options
author | dougb <dougb@FreeBSD.org> | 2012-02-11 06:21:16 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-02-11 06:21:16 +0000 |
commit | cf710cf0877f325d2758f5103c540400ea66edff (patch) | |
tree | 2e29574ec43ed505dab9e582c5ba5358fad297e6 /etc/rc.d/addswap | |
parent | 891142ea87ffcacbfa7af77556942c4350720c35 (diff) | |
download | FreeBSD-src-cf710cf0877f325d2758f5103c540400ea66edff.zip FreeBSD-src-cf710cf0877f325d2758f5103c540400ea66edff.tar.gz |
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.
Diffstat (limited to 'etc/rc.d/addswap')
-rwxr-xr-x | etc/rc.d/addswap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/addswap b/etc/rc.d/addswap index 79bf1f1..78a45c5 100755 --- a/etc/rc.d/addswap +++ b/etc/rc.d/addswap @@ -6,7 +6,7 @@ # # PROVIDE: addswap -# REQUIRE: FILESYSTEMS +# REQUIRE: FILESYSTEMS kld # KEYWORD: nojail . /etc/rc.subr |