Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 07:37:42 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b5ead234dc25 - stable/12 - Enable rc.d/jail within jails
Message-ID:  <202108290737.17T7bgYe092776@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=b5ead234dc25157f0540ed3991859136778616f5

commit b5ead234dc25157f0540ed3991859136778616f5
Author:     Dan Langille <dan@langille.org>
AuthorDate: 2021-08-15 16:53:16 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2021-08-29 07:37:32 +0000

    Enable rc.d/jail within jails
    
    Jails with jails is a supported. This change allows the script to run
    upon startup with a jail. Without this, jails are not automatically
    started within jails.
    
    (cherry picked from commit 35cf9fecbd80f56e39524f480240acfd953c93e1)
---
 libexec/rc/rc.d/jail | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.d/jail b/libexec/rc/rc.d/jail
index 1a3b551c9a4c..ff4336131bc9 100755
--- a/libexec/rc/rc.d/jail
+++ b/libexec/rc/rc.d/jail
@@ -6,7 +6,7 @@
 # PROVIDE: jail
 # REQUIRE: LOGIN FILESYSTEMS
 # BEFORE: securelevel
-# KEYWORD: nojail shutdown
+# KEYWORD: shutdown
 
 . /etc/rc.subr
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108290737.17T7bgYe092776>