<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ezjail/ezjail-admin, branch RELEASE_3_1</title>
<subtitle>FreeBSD Jail administration framework
</subtitle>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/'/>
<entry>
<title>Missing &amp;&amp;</title>
<updated>2010-02-16T22:33:52+00:00</updated>
<author>
<name>cryx</name>
<email>cryx@h3q.com</email>
</author>
<published>2010-02-16T22:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=df3a3ee133c5b1acdbc4f76b80fe3b4bab7b6a04'/>
<id>df3a3ee133c5b1acdbc4f76b80fe3b4bab7b6a04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$0 is /etc/rc here, so doing rm -f "${0}" would leave the jail without /etc/rc after the first start.</title>
<updated>2010-02-16T22:19:49+00:00</updated>
<author>
<name>cryx</name>
<email>cryx@h3q.com</email>
</author>
<published>2010-02-16T22:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=95fe26237974636d36a3d59805103c38618bb79a'/>
<id>95fe26237974636d36a3d59805103c38618bb79a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Create new jails with jail_JAILNAME_exec_start instead of jail_JAILNAME_exec</title>
<updated>2010-02-14T23:34:37+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2010-02-14T23:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=637f44b4c5d8ca07382323241d7e16d04d6b79df'/>
<id>637f44b4c5d8ca07382323241d7e16d04d6b79df</id>
<content type='text'>
* ezjail.sh replaces empty _exec_start with _exec and unsets _exec
* When writing the config obey old settings, don't overwrite with defaults
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ezjail.sh replaces empty _exec_start with _exec and unsets _exec
* When writing the config obey old settings, don't overwrite with defaults
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ezjail-list not wider than 80 chars, if possible</title>
<updated>2010-02-11T17:32:25+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2010-02-11T17:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=6a81003aee05bf15e33989b840abf780771fc2af'/>
<id>6a81003aee05bf15e33989b840abf780771fc2af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider this to be the second part of the changes that started in 1.247</title>
<updated>2010-02-08T05:05:04+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2010-02-08T05:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=bd9c44955201b34fa55d2d9821b2031fca0433ba'/>
<id>bd9c44955201b34fa55d2d9821b2031fca0433ba</id>
<content type='text'>
We no allow multiple flavours to be installed at once, feed them space separated to the -f option in ezjail-admin create
This installs several ezjail.flavour scripts into / of the new jail, enumerating them /ezjail.flavour.0001 through 9999
It also adds a new script to /etc/rc.d/ezjail-config in the new jail which executes /ezjail.flavour.* as it finds them.

On an unrelated note ezjail-admin delete and console will now use the onestop and onestart parameters if used with -f, so they even work with ezjail_enable not set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no allow multiple flavours to be installed at once, feed them space separated to the -f option in ezjail-admin create
This installs several ezjail.flavour scripts into / of the new jail, enumerating them /ezjail.flavour.0001 through 9999
It also adds a new script to /etc/rc.d/ezjail-config in the new jail which executes /ezjail.flavour.* as it finds them.

On an unrelated note ezjail-admin delete and console will now use the onestop and onestart parameters if used with -f, so they even work with ezjail_enable not set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the Makefile install nullmailer-example, as well</title>
<updated>2010-02-08T04:03:47+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2010-02-08T04:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=df43f1533460453c81050933ab495f5b03f21f1c'/>
<id>df43f1533460453c81050933ab495f5b03f21f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert parts of the changes from 1.243, from now on we install a working make.conf again</title>
<updated>2010-02-08T03:22:37+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2010-02-08T03:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=0d48d3af01e07d84f062d9521bd15f30d20890a6'/>
<id>0d48d3af01e07d84f062d9521bd15f30d20890a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that no-ip jails are listed as well</title>
<updated>2010-02-05T11:27:28+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2010-02-05T11:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=b7a57fe3290c216ab66c326aab35ed31ff59b094'/>
<id>b7a57fe3290c216ab66c326aab35ed31ff59b094</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix adding a .device entry into the fstab of a zfs-backed jail when renaming</title>
<updated>2010-01-24T18:33:09+00:00</updated>
<author>
<name>cryx</name>
<email>cryx@h3q.com</email>
</author>
<published>2010-01-24T18:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=9a3ccdcbb7a5c68897ae5a0ae28ee34c935a3e3d'/>
<id>9a3ccdcbb7a5c68897ae5a0ae28ee34c935a3e3d</id>
<content type='text'>
- don't unmount a zfs-backed jail when starting it fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- don't unmount a zfs-backed jail when starting it fails
</pre>
</div>
</content>
</entry>
<entry>
<title>If pax fails resetting access times, don't report archiving errors.</title>
<updated>2010-01-20T15:57:27+00:00</updated>
<author>
<name>erdgeist</name>
<email>erdgeist@erdgeist.org</email>
</author>
<published>2010-01-20T15:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://erdgeist.org/gitweb/ezjail/commit/?id=b3c31cfe15156b6e63b34fe467a58b7a253ced39'/>
<id>b3c31cfe15156b6e63b34fe467a58b7a253ced39</id>
<content type='text'>
Do not automatically install the example's make.conf into template jail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not automatically install the example's make.conf into template jail.
</pre>
</div>
</content>
</entry>
</feed>
