Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2012 22:09:47 -0400
From:      Jason Hellenthal <jhellenthal@dataix.net>
To:        Jamie Gritton <jamie@freebsd.org>
Cc:        Mr Dandy <oleg.ginzburg@nevosoft.ru>, freebsd-jail@freebsd.org, "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
Subject:   Re: New jail(8) committed
Message-ID:  <20120430020947.GA29129@DataIX.net>
In-Reply-To: <4F9DEE93.4000602@FreeBSD.org>
References:  <4F99AB0E.4090805@FreeBSD.org> <8AFDD50D-038D-4D71-A67A-7D9BE629DAFA@lists.zabbadoz.net> <201204300337.08712.subbsd@gmail.com> <4F9DEE93.4000602@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On Sun, Apr 29, 2012 at 07:44:51PM -0600, Jamie Gritton wrote:
> On 04/29/12 17:37, Mr Dandy wrote:
> > 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';
> > ..
> 
> I'll need to make sure I have the documentation in order for this.  You 
> can have:
> 
> exec.start = '/bin/foo';
> exec.start += '/bin/bar';

Thank you.... no more renumbering 

> 
> > 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.
> 
> Yes it would.  This is one of the things on my to-do list.
> 
> - Jamie
> _______________________________________________
> freebsd-jail@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-jail
> To unsubscribe, send any mail to "freebsd-jail-unsubscribe@freebsd.org"

-- 

 - (2^(N-1))



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