mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Run rc.d scripts before NETWORKING, not LOGIN, since that is too late.
PR: 169138 Submitted by: rpaulo
This commit is contained in:
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
|
@ -5,7 +5,7 @@
|
|||
|
||||
# PROVIDE: dhcp6c
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# BEFORE: NETWORKING
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Add the following lines to
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# PROVIDE: dhcp6s
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# BEFORE: NETWORKING
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Add the following lines to
|
||||
|
|
Loading…
Add table
Reference in a new issue