summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-07query_ftp_server broke a loop to far aboveerdgeist
2012-01-04Fix white space issueerdgeist
2012-01-04Fix logic in the non-RELEASE ftp server queryerdgeist
2012-01-04Try to unify installarch and installplatform so that query_ftp_server can work with it, tooerdgeist
2012-01-04Create new manpage directory for man7erdgeist
2012-01-04Create new manpage directory for man8erdgeist
2012-01-02From FreeBSD 9.0 on there's no need to install extra man pages. The come with the base pkg.erdgeist
2012-01-02Older bsdtar version can't decompress on the fly. Use xzdec insteaderdgeist
2012-01-02Some more subtle changes in the new release directory structureerdgeist
2012-01-02Preparing ezjail to work with new release directory layouterdgeist
2011-11-07Reflect new style of setting up flavours in ezjail-adminerdgeist
2011-11-07Prepare an example rc script that shows the new way of initialising a flavourerdgeist
2011-11-07Default way to setup a flavour now is a proper rc scripterdgeist
2011-08-31Typo in zsh functions direrdgeist
2011-08-31Install the zsh completion pluginerdgeist
2011-08-31Frédéric Perrin wrote a zsh completion plugin for jailserdgeist
2011-08-31Now moving to new style rc naming schemeerdgeist
2011-07-27Fix: When stopped jail , ezjail-admin console is successfull. Thanks to Tsubasa Nomuraerdgeist
2011-06-14Fix typoerdgeist
2011-04-25Consolidate the start/stop logic in one placefred
2011-04-25Simplify the rcorder call in `ezjail-admin list'fred
2011-04-05ezjail-admin in the 8th section.fred
2011-04-05Add -U in the getopts line. Only one = in a [ test.fred
2011-03-14Fix redundant formatting paramerdgeist
2011-03-14Fix groff syntax errorerdgeist
2011-03-14Include experimental support for upgrading the basejailerdgeist
2011-03-07Fix argument passing to greperdgeist
2011-03-07Make the warning about the IP address being already used work with processes bound to * in a jail with multiple IP addresseserdgeist
2011-01-28Correct miss-spelling of zfs parent filesystem as zpoolerdgeist
2011-01-28Explicitely warn the user to set the ezjail_jailzfs variable, also correct miss-naming the destination zfs parent filesystem as zpoolerdgeist
2011-01-25Several clarifications added to man pageserdgeist
2011-01-25The ezjail-admin create -A switch is for internal use only. It is used, when ezjail-admin restore re-creates a jail from archiveerdgeist
2011-01-24Correct a typofred
2011-01-24Explaining the zfs features of ezjailerdgeist
2011-01-22Some clarifications to basic concepts of ezjailerdgeist
2011-01-20Add a link to rc(8) (but really a test for CVS write access).fred
2011-01-20The default archive directory now is not '.' anymore, but $\{ezjail_jaildir\}/ezjail_archiveserdgeist
2011-01-20New man pages, also put in new sectionserdgeist
2011-01-20Fix bug: ezjail-admin install -M and ezjail-admin install -S only installed to staging directory, not into basejail.erdgeist
2010-05-31Prepare old jails for deletion. Thanks to Piotr Kucharskierdgeist
2010-05-26Also look in FreeBSD-Archive for the requested distribution, thanks to Joan Picanyol i Puig.erdgeist
2010-05-26Games are goneerdgeist
2010-04-25Report zfs jails as such in ezjail-admin list, needs documentationerdgeist
2010-04-08Also look in FreeBSD-Archive for the requested distribution, thanks to Joan Picanyol i Puigerdgeist
2010-03-17Don't force a default flavour over a restore or create -xerdgeist
2010-03-16Run the cpuset and zfs attach routine when doing start, startcrypto and restart.cryx
Reported by Jesse Kempf.
2010-03-05while not in the ports, ezjail-admin will now report the correct version, if checked out from CVSerdgeist
2010-02-18Attaching the ZFS-dataset and configuring the CPUset didn't work when doing "start" without explicit jailnames. e.g. this happened during normal boot.RELEASE_3_1cryx
2010-02-16Missing &&cryx
2010-02-16$0 is /etc/rc here, so doing rm -f "${0}" would leave the jail without /etc/rc after the first start.cryx