From caadf315e9f878fbd92fe58c6cb67a38d87ab58f Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Tue, 18 Apr 2006 10:35:05 +0000 Subject: [PATCH] Add ldconfig to the list of requirements for named, needed to use bind from ports. The effect is that ldconfig is now started right after mountcritremote. Everything else is left unchanged. PR: conf/68916 Submitted by: JD Bronson Approved by: cperciva (mentor) MFC after: 1 week --- etc/rc.d/named | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/named b/etc/rc.d/named index bcfdd7179d5..f5822cfb601 100755 --- a/etc/rc.d/named +++ b/etc/rc.d/named @@ -4,7 +4,7 @@ # # PROVIDE: named -# REQUIRE: SERVERS cleanvar +# REQUIRE: SERVERS cleanvar ldconfig # KEYWORD: shutdown . /etc/rc.subr