diff options
author | dougb <dougb@FreeBSD.org> | 2005-12-28 00:26:41 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-12-28 00:26:41 +0000 |
commit | f37450f783ba5b9a2ea5090f4ae07c42efa45124 (patch) | |
tree | 016053c75f82c211d1f1e0e37a04580976376a8e /misc | |
parent | fdb09db09dc70c0f10b824ea868e4da34e2bed2e (diff) | |
download | FreeBSD-ports-f37450f783ba5b9a2ea5090f4ae07c42efa45124.zip FreeBSD-ports-f37450f783ba5b9a2ea5090f4ae07c42efa45124.tar.gz |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat4x/files/compat4x.sh.in | 2 | ||||
-rw-r--r-- | misc/compat5x/files/compat5x.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat4x/files/compat4x.sh.in b/misc/compat4x/files/compat4x.sh.in index 5ef8d48..c7d329a 100644 --- a/misc/compat4x/files/compat4x.sh.in +++ b/misc/compat4x/files/compat4x.sh.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: compat4x -# REQUIRE: mountcritremote +# REQUIRE: ldconfig # # Add the following to /etc/rc.conf[.local] to enable this service # diff --git a/misc/compat5x/files/compat5x.sh.in b/misc/compat5x/files/compat5x.sh.in index 963729b..4d6f4da 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 # |