From 8dec87d1add23c492ca07706de4eb392a7c75826 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 20 Jan 2017 20:32:09 +0100 Subject: [PATCH 255/257] etc/rc.d: Default to not whining about temporary jail config files being created Obtained from: ElectroBSD --- etc/defaults/rc.conf | 2 +- etc/rc.d/jail | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index c1494f933edf..ba318106d88d 100755 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -701,7 +701,7 @@ iovctl_files="" # Config files for iovctl(8) ### Jail Configuration (see rc.conf(5) manual page) ########## ############################################################## jail_enable="NO" # Set to NO to disable starting of any jails -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 diff --git a/etc/rc.d/jail b/etc/rc.d/jail index f9edc1a1bd79..c408328ed9c4 100755 --- a/etc/rc.d/jail +++ b/etc/rc.d/jail @@ -146,7 +146,7 @@ parse_options() # # To relieve confusion, show a warning message. # - : ${jail_confwarn:=YES} + : ${jail_confwarn:=NO} checkyesno jail_confwarn && _confwarn=1 if [ -r "$jail_conf" -o -r "$_jconf" ]; then if ! checkyesno jail_parallel_start; then -- 2.11.0