Re: svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread Eugene Grosbein
11.11.2018 2:10, James Gritton wrote: >>> Usually also jls is the command which will give information (compared to >>> actions) on jails, would that not fit there? >> >> jls(8) currently does not parse /etc/jail.conf and I'd like to avoid >> code duplication >> between jail(8) and jls(8). > > It

Re: svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread James Gritton
On 2018-11-10 06:03, Eugene Grosbein wrote: 10.11.2018 19:12, Bjoern A. Zeeb wrote: Usually also jls is the command which will give information (compared to actions) on jails, would that not fit there? jls(8) currently does not parse /etc/jail.conf and I'd like to avoid code duplication betwe

Re: svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread Bjoern A. Zeeb
On 10 Nov 2018, at 13:10, H. Schmalzbauer - OmniLAN wrote: I was quiet unhappy with the single jail.conf(5) in /etc, so I extended jail rc(8) to support /etc/jail.conf.d/ Probably some others would welcome jail.conf.d/ too.  Unfortunately I don't have enough time to stay focused with one feat

Re: svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread H. Schmalzbauer - OmniLAN
Am 10.11.2018 um 13:33 schrieb Eugene Grosbein: 10.11.2018 19:12, Bjoern A. Zeeb wrote: Author: eugen Date: Sat Nov 10 12:03:57 2018 New Revision: 340319 URL: https://svnweb.freebsd.org/changeset/base/340319 Log: jail(8): introduce new command option -e to exhibit a list of configured no

Re: svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread Eugene Grosbein
10.11.2018 19:12, Bjoern A. Zeeb wrote: > Usually also jls is the command which will give information (compared to > actions) on jails, would that not fit there? jls(8) currently does not parse /etc/jail.conf and I'd like to avoid code duplication between jail(8) and jls(8). _

Re: svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread Eugene Grosbein
10.11.2018 19:12, Bjoern A. Zeeb wrote: >> Author: eugen >> Date: Sat Nov 10 12:03:57 2018 >> New Revision: 340319 >> URL: https://svnweb.freebsd.org/changeset/base/340319 >> >> Log: >> jail(8): introduce new command option -e to exhibit >> a list of configured non-wildcard jails with their pa

Re: svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread Bjoern A. Zeeb
On 10 Nov 2018, at 12:03, Eugene Grosbein wrote: Author: eugen Date: Sat Nov 10 12:03:57 2018 New Revision: 340319 URL: https://svnweb.freebsd.org/changeset/base/340319 Log: jail(8): introduce new command option -e to exhibit a list of configured non-wildcard jails with their parameters,

svn commit: r340319 - head/usr.sbin/jail

2018-11-10 Thread Eugene Grosbein
Author: eugen Date: Sat Nov 10 12:03:57 2018 New Revision: 340319 URL: https://svnweb.freebsd.org/changeset/base/340319 Log: jail(8): introduce new command option -e to exhibit a list of configured non-wildcard jails with their parameters, no matter running or not. The option -e takes s