aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Toole <lucas@ltoole.com>2021-11-09 15:40:11 +0000
committerDries Michiels <driesm@FreeBSD.org>2021-11-13 16:06:23 +0000
commit128e4bb46e8d4d66f3c48c22354e19de6b5947b6 (patch)
treeb18f501090398e35f5c15f471e76a62d5d3b2385
parentac6a25fdb2a3e59210feda10f98b973f6e76b399 (diff)
downloadports-128e4bb46e8d4d66f3c48c22354e19de6b5947b6.tar.gz
ports-128e4bb46e8d4d66f3c48c22354e19de6b5947b6.zip
net/dhcpcd: Switch keyword from nojail to nojailvnet in rc script
The keyword was added in 2007 following git history, c7e6df59748c. This is a remnant of the pre-VNET days. dhcpcd is perfectly capable of running in a VNET jail so relax keyword. This allows dhcpcd to start in a VNET jail. PR: 258185 Approved by: 0mp (mentor), philip (mentor) Differential Revision: https://reviews.freebsd.org/D32959
-rw-r--r--net/dhcpcd/Makefile2
-rw-r--r--net/dhcpcd/files/dhcpcd.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index cf13b33cc4ad..866acf51dcd3 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dhcpcd
DISTVERSION= 9.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/
diff --git a/net/dhcpcd/files/dhcpcd.in b/net/dhcpcd/files/dhcpcd.in
index 3d6c670f289a..14ca0c29bb96 100644
--- a/net/dhcpcd/files/dhcpcd.in
+++ b/net/dhcpcd/files/dhcpcd.in
@@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: dhclient dhcpcd
-# KEYWORD: nojail
+# KEYWORD: nojailvnet
#
. /etc/rc.subr