mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
net/dhcp6: Fix rcorder.
We want netif be started before dhcp6c which properly initializes the interfaces, and we want dhcp6s to start later and after dhcp6c. Differential Revision: https://reviews.freebsd.org/D26655
This commit is contained in:
parent
8d39b7bcc3
commit
d16dc6b363
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552785
@ -4,7 +4,7 @@
|
||||
PORTNAME= dhcp6
|
||||
PORTVERSION= 20080615.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
|
@ -4,6 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: dhcp6c
|
||||
# REQUIRE: netif
|
||||
# BEFORE: NETWORKING
|
||||
# KEYWORD: shutdown
|
||||
|
||||
|
@ -4,7 +4,8 @@
|
||||
#
|
||||
|
||||
# PROVIDE: dhcp6s
|
||||
# BEFORE: NETWORKING
|
||||
# REQUIRE: dhcp6c DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Add the following lines to
|
||||
|
Loading…
Reference in New Issue
Block a user