git: 128e4bb46e8d - main - net/dhcpcd: Switch keyword from nojail to nojailvnet in rc script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 16:06:33 UTC
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=128e4bb46e8d4d66f3c48c22354e19de6b5947b6 commit 128e4bb46e8d4d66f3c48c22354e19de6b5947b6 Author: Lucas Toole <lucas@ltoole.com> AuthorDate: 2021-11-09 15:40:11 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2021-11-13 16:06:23 +0000 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 --- net/dhcpcd/Makefile | 2 +- net/dhcpcd/files/dhcpcd.in | 2 +- 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