From 9431d3c988a4c268fe443f9e60660ea4036156c1 Mon Sep 17 00:00:00 2001 From: mtm Date: Wed, 30 Apr 2003 07:12:09 +0000 Subject: This script should require mountcritremote, since that is the last script at which a filesystem will be mounted in FreeBSD. Without this the script was being inserted later in the boot than necessary. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Approved by: markm (mentor) (implicit) Reviewed by: dougb Noticed by: Andrzej Toboƅa --- etc/rc.d/ldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/ldconfig b/etc/rc.d/ldconfig index 6723cd4..3086cf9 100755 --- a/etc/rc.d/ldconfig +++ b/etc/rc.d/ldconfig @@ -5,7 +5,7 @@ # # PROVIDE: ldconfig -# REQUIRE: mountall +# REQUIRE: mountall mountcritremote # BEFORE: DAEMON # KEYWORD: FreeBSD NetBSD -- cgit v1.1