From 3d08c9fcbfa04e39b25e0a8c91c1cae57e0f586f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 11 Dec 2021 18:34:56 +0100 Subject: [PATCH 285/310] libexec/rc/rc.conf: Default to not warning about 'obsolete' per-jail configuration Obtained from: ElectroBSD --- libexec/rc/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index b42811a4ddea..f4048b1dfcc7 100755 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -731,7 +731,7 @@ iovctl_files="" # Config files for iovctl(8) ############################################################## jail_enable="NO" # Set to NO to disable starting of any jails jail_conf="/etc/jail.conf" # Configuration file for jail(8) -jail_confwarn="YES" # Prevent warning about obsolete per-jail configuration +jail_confwarn="NO" # Prevent warning about obsolete per-jail configuration jail_parallel_start="NO" # Start jails in the background jail_list="" # Space separated list of names of jails jail_reverse_stop="NO" # Stop jails in reverse order -- 2.37.1