[Midnightbsd-cvs] src [6717] trunk/etc/defaults/rc.conf: turn off jails by default.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jul 28 06:46:42 EDT 2014
Revision: 6717
http://svnweb.midnightbsd.org/src/?rev=6717
Author: laffer1
Date: 2014-07-28 06:46:42 -0400 (Mon, 28 Jul 2014)
Log Message:
-----------
turn off jails by default. This was pointed out by Dan Langille on his blog
Modified Paths:
--------------
trunk/etc/defaults/rc.conf
Modified: trunk/etc/defaults/rc.conf
===================================================================
--- trunk/etc/defaults/rc.conf 2014-07-11 01:43:35 UTC (rev 6716)
+++ trunk/etc/defaults/rc.conf 2014-07-28 10:46:42 UTC (rev 6717)
@@ -673,6 +673,7 @@
### Jail Configuration #######################################
##############################################################
jail_enable="NO" # Set to NO to disable starting of any jails
+jail_exec_stop="/bin/sh /etc/rc.shutdown"
jail_parallel_start="NO" # Start jails in the background
jail_list="" # Space separated list of names of jails
jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname
More information about the Midnightbsd-cvs
mailing list