Run rc.d scripts before NETWORKING, not LOGIN, since that is too late.

PR:		169138
Submitted by:	rpaulo
This commit is contained in:
Stefan Walter 2013-04-29 11:38:49 +00:00
parent d9a8137979
commit cd8aa15ad8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316808
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
# PROVIDE: dhcp6c
# REQUIRE: DAEMON
# BEFORE: LOGIN
# BEFORE: NETWORKING
# KEYWORD: shutdown
# Add the following lines to

View file

@ -5,7 +5,7 @@
# PROVIDE: dhcp6s
# REQUIRE: DAEMON
# BEFORE: LOGIN
# BEFORE: NETWORKING
# KEYWORD: shutdown
# Add the following lines to