diff options
-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 # |