aboutsummaryrefslogtreecommitdiff
path: root/net/dhcp6
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2013-04-29 11:38:49 +0000
committerStefan Walter <stefan@FreeBSD.org>2013-04-29 11:38:49 +0000
commitcd8aa15ad890f959de1bb994a36dc86fd8dbbf9b (patch)
treeadd4d205aa3bf9c425c810066475b4985cc33238 /net/dhcp6
parentd9a81379792c41ecf93e8687cfda02e61ec482e3 (diff)
downloadports-cd8aa15ad890f959de1bb994a36dc86fd8dbbf9b.tar.gz
ports-cd8aa15ad890f959de1bb994a36dc86fd8dbbf9b.zip
Run rc.d scripts before NETWORKING, not LOGIN, since that is too late.
PR: 169138 Submitted by: rpaulo
Notes
Notes: svn path=/head/; revision=316808
Diffstat (limited to 'net/dhcp6')
-rw-r--r--net/dhcp6/files/dhcp6c.in2
-rw-r--r--net/dhcp6/files/dhcp6s.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcp6/files/dhcp6c.in b/net/dhcp6/files/dhcp6c.in
index 1054a0995bac..6a8649b1a9d5 100644
--- a/net/dhcp6/files/dhcp6c.in
+++ b/net/dhcp6/files/dhcp6c.in
@@ -5,7 +5,7 @@
# PROVIDE: dhcp6c
# REQUIRE: DAEMON
-# BEFORE: LOGIN
+# BEFORE: NETWORKING
# KEYWORD: shutdown
# Add the following lines to
diff --git a/net/dhcp6/files/dhcp6s.in b/net/dhcp6/files/dhcp6s.in
index f13c74b47ef0..d9e1d6ff2a7a 100644
--- a/net/dhcp6/files/dhcp6s.in
+++ b/net/dhcp6/files/dhcp6s.in
@@ -5,7 +5,7 @@
# PROVIDE: dhcp6s
# REQUIRE: DAEMON
-# BEFORE: LOGIN
+# BEFORE: NETWORKING
# KEYWORD: shutdown
# Add the following lines to