Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2018 14:44:00 -0800
From:      Devin Teske <dteske@FreeBSD.org>
To:        Eugene Grosbein <eugen@FreeBSD.org>
Cc:        Devin Teske <dteske@FreeBSD.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r340321 - in head/libexec/rc: . rc.d
Message-ID:  <2DB908B9-5A1D-49CA-BD3C-6F5D356C6F3C@FreeBSD.org>
In-Reply-To: <201811101411.wAAEBtlk047673@repo.freebsd.org>
References:  <201811101411.wAAEBtlk047673@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This also allows "sysrc -d jail_conf" to print "Configuration file for =
jail(8)"

Thanks.
--=20
Cheers,
Devin

> On Nov 10, 2018, at 6:11 AM, Eugene Grosbein <eugen@FreeBSD.org> =
wrote:
>=20
> Author: eugen
> Date: Sat Nov 10 14:11:54 2018
> New Revision: 340321
> URL: https://svnweb.freebsd.org/changeset/base/340321
>=20
> Log:
>  Move definition of $jail_conf variable to /etc/defaults/rc.conf
>  from jail startup script so it can be successfully queried
>  with the command "sysrc jail_conf".
>=20
>  MFC after:	1 month
>=20
> Modified:
>  head/libexec/rc/rc.conf
>  head/libexec/rc/rc.d/jail
>=20
> Modified: head/libexec/rc/rc.conf
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/libexec/rc/rc.conf	Sat Nov 10 13:16:54 2018	=
(r340320)
> +++ head/libexec/rc/rc.conf	Sat Nov 10 14:11:54 2018	=
(r340321)
> @@ -703,6 +703,7 @@ iovctl_files=3D""		# Config files for =
iovctl(8)
> ### Jail Configuration (see rc.conf(5) manual page) ##########
> ##############################################################
> jail_enable=3D"NO"	# Set to NO to disable starting of any jails
> +jail_conf=3D"/etc/jail.conf"	# Configuration file for jail(8)
> jail_confwarn=3D"YES"	# Prevent warning about obsolete per-jail =
configuration
> jail_parallel_start=3D"NO"	# Start jails in the background
> jail_list=3D""		# Space separated list of names of jails
>=20
> Modified: head/libexec/rc/rc.d/jail
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/libexec/rc/rc.d/jail	Sat Nov 10 13:16:54 2018	=
(r340320)
> +++ head/libexec/rc/rc.d/jail	Sat Nov 10 14:11:54 2018	=
(r340321)
> @@ -21,7 +21,6 @@ config_cmd=3D"jail_config"
> console_cmd=3D"jail_console"
> status_cmd=3D"jail_status"
> extra_commands=3D"config console status"
> -: ${jail_conf:=3D/etc/jail.conf}
> : ${jail_program:=3D/usr/sbin/jail}
> : ${jail_consolecmd:=3D/usr/bin/login -f root}
> : ${jail_jexec:=3D/usr/sbin/jexec}
>=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2DB908B9-5A1D-49CA-BD3C-6F5D356C6F3C>