Re: svn commit: r340321 - in head/libexec/rc: . rc.d

2018-11-10 Thread Devin Teske
This also allows "sysrc -d jail_conf" to print "Configuration file for jail(8)" Thanks. -- Cheers, Devin > On Nov 10, 2018, at 6:11 AM, Eugene Grosbein wrote: > > Author: eugen > Date: Sat Nov 10 14:11:54 2018 > New Revision: 340321 > URL: https://svnweb.freebsd.org/changeset/base/340321 > >

svn commit: r340321 - in head/libexec/rc: . rc.d

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 14:11:54 2018 New Revision: 340321 URL: https://svnweb.freebsd.org/changeset/base/340321 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". MFC