1
0
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:
Xin LI 2020-10-20 01:32:14 +00:00
parent 8d39b7bcc3
commit d16dc6b363
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552785
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
PORTNAME= dhcp6
PORTVERSION= 20080615.2
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MAINTAINER= hrs@FreeBSD.org

View File

@ -4,6 +4,7 @@
#
# PROVIDE: dhcp6c
# REQUIRE: netif
# BEFORE: NETWORKING
# KEYWORD: shutdown

View File

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