From nobody Sat Nov 13 16:06:33 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0C305184E19D; Sat, 13 Nov 2021 16:06:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hs0gs6Smlz4k4w; Sat, 13 Nov 2021 16:06:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEFF1161EE; Sat, 13 Nov 2021 16:06:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ADG6XJJ030099; Sat, 13 Nov 2021 16:06:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ADG6XZC030098; Sat, 13 Nov 2021 16:06:33 GMT (envelope-from git) Date: Sat, 13 Nov 2021 16:06:33 GMT Message-Id: <202111131606.1ADG6XZC030098@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dries Michiels Subject: git: 128e4bb46e8d - main - net/dhcpcd: Switch keyword from nojail to nojailvnet in rc script List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: driesm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 128e4bb46e8d4d66f3c48c22354e19de6b5947b6 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=128e4bb46e8d4d66f3c48c22354e19de6b5947b6 commit 128e4bb46e8d4d66f3c48c22354e19de6b5947b6 Author: Lucas Toole AuthorDate: 2021-11-09 15:40:11 +0000 Commit: Dries Michiels 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