aboutsummaryrefslogtreecommitdiff
path: root/net/dhcp6/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-10-20 01:32:14 +0000
committerXin LI <delphij@FreeBSD.org>2020-10-20 01:32:14 +0000
commitd16dc6b363b207a33ebcfe5e23f4f630e01b9586 (patch)
treee1d75bbe8947d5665dbf4a7d318eeb688ac823a1 /net/dhcp6/Makefile
parent8d39b7bcc3b5e3f67aae41ba852ae0e96d9ca321 (diff)
downloadports-d16dc6b363b207a33ebcfe5e23f4f630e01b9586.tar.gz
ports-d16dc6b363b207a33ebcfe5e23f4f630e01b9586.zip
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
Notes
Notes: svn path=/head/; revision=552785
Diffstat (limited to 'net/dhcp6/Makefile')
-rw-r--r--net/dhcp6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile
index 73bd811b3808..e97e846b658c 100644
--- a/net/dhcp6/Makefile
+++ b/net/dhcp6/Makefile
@@ -4,7 +4,7 @@
PORTNAME= dhcp6
PORTVERSION= 20080615.2
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MAINTAINER= hrs@FreeBSD.org