From 2d058bdea83e4855ab7023858637c1ab4d7642c2 Mon Sep 17 00:00:00 2001 From: mtm Date: Mon, 2 Feb 2004 13:25:28 +0000 Subject: Support starting/stoping of jails individually. This commit also removes the support for the sysutils/jailer port. This is inline with the general policy to keep ports related knobs out of the base system's configuration mechanism. Submitted by: Juergen Unger --- etc/defaults/rc.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/defaults') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index dd60fe3..c1b9b7c 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -455,8 +455,6 @@ jail_list="" # Space separated list of names of jails jail_set_hostname_allow="YES" # Allow root user in a jail to change its hostname jail_socket_unixiproute_only="YES" # Route only TCP/IP within a jail jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail -jail_stop_jailer="NO" # Only stop jailer. Requires jail_*_exec be set - # to use sysutils/jailer port to start the jail. # # To use rc's built-in jail infrastructure create entries for -- cgit v1.1