Date: Tue, 15 Jul 2025 00:24:52 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: cdd5fece162b - stable/13 - rc.subr: Fix a typo in check_jail()'s description Message-ID: <202507150024.56F0OqZF034391@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=cdd5fece162ba9ec5f8165adce397b1879a9c68e commit cdd5fece162ba9ec5f8165adce397b1879a9c68e Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2025-07-12 16:23:03 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2025-07-15 00:24:27 +0000 rc.subr: Fix a typo in check_jail()'s description MFC after: 3 days Event: Berlin Hackathon 202507 (cherry picked from commit 5d5258653ba4b37c38e48443f265ee4dcedf9a50) --- libexec/rc/rc.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr index 99dcc41c50a1..6a10dcc8e01f 100644 --- a/libexec/rc/rc.subr +++ b/libexec/rc/rc.subr @@ -2154,7 +2154,7 @@ check_required_after() } # check_jail mib -# Return true if security.jail.$mib exists and set to 1. +# Return true if security.jail.$mib exists and is set to 1. check_jail() {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507150024.56F0OqZF034391>