diff options
author | dougb <dougb@FreeBSD.org> | 2005-12-28 08:26:41 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-12-28 08:26:41 +0800 |
commit | f37450f783ba5b9a2ea5090f4ae07c42efa45124 (patch) | |
tree | 016053c75f82c211d1f1e0e37a04580976376a8e /misc | |
parent | fdb09db09dc70c0f10b824ea868e4da34e2bed2e (diff) | |
download | freebsd-ports-gnome-f37450f783ba5b9a2ea5090f4ae07c42efa45124.tar.gz freebsd-ports-gnome-f37450f783ba5b9a2ea5090f4ae07c42efa45124.tar.zst freebsd-ports-gnome-f37450f783ba5b9a2ea5090f4ae07c42efa45124.zip |
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 5ef8d48f62ad..c7d329ade982 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 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 # |