Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2012 03:37:08 +0400
From:      Mr Dandy <oleg.ginzburg@nevosoft.ru>
To:        freebsd-jail@freebsd.org
Cc:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>, Jamie Gritton <jamie@freebsd.org>
Subject:   Re: New jail(8) committed
Message-ID:  <201204300337.08712.subbsd@gmail.com>
In-Reply-To: <8AFDD50D-038D-4D71-A67A-7D9BE629DAFA@lists.zabbadoz.net>
References:  <4F99AB0E.4090805@FreeBSD.org> <8AFDD50D-038D-4D71-A67A-7D9BE629DAFA@lists.zabbadoz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Looks like the new functionality lost abilities of old /etc/rc.d/jail to carry 
out multiple quantity of prestart/stop instruction

Old cool feature:
jail_example_exec_afterstart0=""
jail_example_exec_afterstart1=""
..

In new style it doesn't work:
exec.start0 = '/bin/date';
exec.start1 = '/bin/date';
..

also it would be great to have "include <config>" for some other places
(/etc/jail.d for example) that it was possible to have one config per jail.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204300337.08712.subbsd>