From cf81114dc4c0ef0402dd5e203f7deea9f8438706 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 21 Sep 2006 14:29:32 +0000 Subject: [PATCH] network_ipv6 also does some interface configuration so require it to run before starting devd so they don't trip over each other. PR: conf/103428 --- etc/rc.d/devd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/devd b/etc/rc.d/devd index f025f9a58d16..7b0df846d5eb 100644 --- a/etc/rc.d/devd +++ b/etc/rc.d/devd @@ -4,7 +4,7 @@ # # PROVIDE: devd -# REQUIRE: netif +# REQUIRE: netif network_ipv6 # BEFORE: NETWORKING mountcritremote # KEYWORD: nojail