1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

net/dhcpcd: Switch keyword from nojail to nojailvnet in rc script

The keyword was added in 2007 following git history, c7e6df5974. 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
This commit is contained in:
Lucas Toole 2021-11-09 16:40:11 +01:00 committed by Dries Michiels
parent ac6a25fdb2
commit 128e4bb46e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= dhcpcd
DISTVERSION= 9.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/

View File

@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: dhclient dhcpcd
# KEYWORD: nojail
# KEYWORD: nojailvnet
#
. /etc/rc.subr