Page MenuHomeFreeBSD

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

Authored by driesm on Nov 12 2021, 8:25 AM.
Tags
None
Referenced Files
F132723275: D32959.id98406.diff
Sun, Oct 19, 8:51 AM
Unknown Object (File)
Thu, Oct 16, 3:59 AM
Unknown Object (File)
Sat, Oct 11, 12:41 PM
Unknown Object (File)
Fri, Oct 10, 8:05 PM
Unknown Object (File)
Wed, Oct 8, 5:16 PM
Unknown Object (File)
Fri, Oct 3, 12:09 AM
Unknown Object (File)
Thu, Oct 2, 9:40 AM
Unknown Object (File)
Wed, Oct 1, 10:00 PM
Subscribers

Details

Summary

Commit Message:

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:		tbd (mentor)
 Differential Revision:	https://reviews.freebsd.org/D32959

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

driesm added reviewers: philip, 0mp.

Bump portrevision as the package needs to be recreated.

This commit will be made with:

--author "Lucas Toole <lucas@ltoole.com>"

This commit will be made with:

--author "Lucas Toole <lucas@ltoole.com>"

Don't be surprised that you'll need to add an additional flag to git push ( git push --push-option=confirm-author I think, the server-side commit hook will give you the most recent details).

This revision is now accepted and ready to land.Nov 12 2021, 10:49 PM
In D32959#744419, @0mp wrote:

This commit will be made with:

--author "Lucas Toole <lucas@ltoole.com>"

Don't be surprised that you'll need to add an additional flag to git push ( git push --push-option=confirm-author I think, the server-side commit hook will give you the most recent details).

Thanks for the heads up!