diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-12-28 00:26:41 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-12-28 00:26:41 +0000 |
commit | 519e0dc87b139f854dc8a14cce737837a7206e25 (patch) | |
tree | cd659d4a135e145420df2e76f0440dba3683693b /misc/compat5x | |
parent | 14c86fb50ca39f4a6bcd09ed6547595ad3901490 (diff) |
Make the boot scripts REQUIRE: ldconfig so that just in case
the script gets ordered prior to ldconfig, that script won't
blow away the work done by this one.
Notes
Notes:
svn path=/head/; revision=152243
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/files/compat5x.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat5x/files/compat5x.sh.in b/misc/compat5x/files/compat5x.sh.in index 963729b1a328..4d6f4da222eb 100644 --- a/misc/compat5x/files/compat5x.sh.in +++ b/misc/compat5x/files/compat5x.sh.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: compat5x -# REQUIRE: mountcritremote +# REQUIRE: ldconfig # # Add the following to /etc/rc.conf[.local] to enable this service # |