summaryrefslogtreecommitdiff
path: root/ezjail-admin
AgeCommit message (Collapse)Author
2012-09-08Add a switch to make all jails use its own zfs by default, also provide a parameter to specify default zfs optionserdgeist
2012-09-08make ezjail-admin list not print an error when there are no jailserdgeist
2012-09-08Cleanup zfs code. Make sure, ezjail_zfs_properties are properly passed. Move checks for ezjails zfs to a central location. Fix typoserdgeist
2012-05-06FreeBSD versions before 8.0 did not know about jls -n. Use the old check for now. Thanks to Fahad.erdgeist
2012-04-25Unset variable to ensure the warning message being displayederdgeist
2012-04-24Small typo in unpackererdgeist
2012-04-06Include the .* in the quoted expression to prevent unwanted expansionerdgeist
2012-01-28Remove schg flags from old basejail before installing a new one over iterdgeist
2012-01-15Have the test for local addresses be done by ping while trying to send from the IP to the IP. The intermediate approach using nc did not work in 9.0erdgeist
2012-01-14Test for locally configured IP addresses by trying to bind nc to it. Thanks to Thomas Steen Rasmussen and #bsdportserdgeist
2012-01-14Fix regex to grep for pids in a running Jail. Thanks to Thomas Steen Rasmussen.erdgeist
2012-01-14ezjail-admin delete -f now not any longer stops all jails but only the one to be deleted. Thanks to Thomas Steen Rasmussenerdgeist
2012-01-09Counting ezjail-flavours did not work correctlyerdgeist
2012-01-07Correct version informationerdgeist
2012-01-07Make flavourize script a new style rc commanderdgeist
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-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-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-05Add -U in the getopts line. Only one = in a [ test.fred
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-20The default archive directory now is not '.' anymore, but $\{ezjail_jaildir\}/ezjail_archiveserdgeist
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-05while not in the ports, ezjail-admin will now report the correct version, if checked out from CVSerdgeist
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
2010-02-14* Create new jails with jail_JAILNAME_exec_start instead of jail_JAILNAME_execerdgeist
* ezjail.sh replaces empty _exec_start with _exec and unsets _exec * When writing the config obey old settings, don't overwrite with defaults
2010-02-11Make ezjail-list not wider than 80 chars, if possibleerdgeist
2010-02-08Consider this to be the second part of the changes that started in 1.247erdgeist
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.
2010-02-08Make the Makefile install nullmailer-example, as wellerdgeist
2010-02-08Revert parts of the changes from 1.243, from now on we install a working make.conf againerdgeist
2010-02-05Ensure that no-ip jails are listed as wellerdgeist
2010-01-24- fix adding a .device entry into the fstab of a zfs-backed jail when renamingcryx
- don't unmount a zfs-backed jail when starting it fails