aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Langille <dan@langille.org>2021-08-15 16:53:16 +0000
committerKristof Provost <kp@FreeBSD.org>2021-08-17 07:07:53 +0000
commit35cf9fecbd80f56e39524f480240acfd953c93e1 (patch)
tree8a20ef69d7b613bb4e67d7c30622aa40400e91e2
parent322e5efda8578bb9c0a0ab0ef785cd1e1c222c85 (diff)
downloadsrc-35cf9fecbd80f56e39524f480240acfd953c93e1.tar.gz
src-35cf9fecbd80f56e39524f480240acfd953c93e1.zip
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.
-rwxr-xr-xlibexec/rc/rc.d/jail2
1 files changed, 1 insertions, 1 deletions
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