summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-19Adding a license information file, due to recent circumstances :(erdgeist
2013-04-14Test for the IP address on local interfaces only, if it is not prefixed by an interface nameerdgeist
2013-04-14document the new jail(8) behaviour regarding the interface prefix on the ip addresserdgeist
2013-04-14If jail IPs are specified with an interface prefix, drop it for display and test functionserdgeist
2013-04-14Keep post_start_script jail parameters when rewriting configerdgeist
2013-04-11Farewell CVS for ports. ezjail_portscvsroot is gone.erdgeist
2013-04-10Do not attempt to chflags the root directory after it is gone, when wiping is requested on ezjail-admin delete. Thanks to Tom.erdgeist
2013-04-10Document the new ezjail-admin create -z feature. Also properly attribute the man page authors.erdgeist
2013-04-10Allow user to specify another parent zfs or zpool for a new jail. This also implies -c zfs. Thanks to Cryx.erdgeist
2013-04-01We now read and dump the jail_JAIL_parameters variable. So user settings dont get lost. Thanks to Vitaliy.erdgeist
2013-03-28Introduce _post_start_script.saite
2013-03-27Retry freebsd-update until install failserdgeist
2013-03-27Handle relative paths in packages bettererdgeist
2013-03-11man1 is unused nowerdgeist
2012-11-17Fixed a bug where ezjail-admin install would indicate a failure after successfully installing the baseerdgeist
2012-11-17Cleaned up the code that differentiates between pre 9.0 and post 9.0 distribution layout.erdgeist
Now using fetch to remotely fetch the distribution packages for post 9.0 dists. Using fetch allows to specify protocols other than file:// and ftp://, with ftp:// being the default. http servers are not yet queried for the distributions provided.
2012-11-08Got the indent wrong in the last commit. So I missed a 'fi'erdgeist
2012-11-08Fix a bug where the host system's release version was not queried in case of file:/// uriserdgeist
2012-09-20Fixed a problem where reuse of the ezjail_sourcetree variable led to ezjail-admin update not finding source tree. Thanks to Paul Macdonald.RELEASE_3_2_3erdgeist
2012-09-18Fix a bug, so that we are force starting a single jail only, when console -f is requested.erdgeist
2012-09-09Document the new ezjail_use_zfs_for_jails variableRELEASE_3_2_2erdgeist
2012-09-09Document the new ezjail_use_zfs_for_jails variableerdgeist
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-03-08Remove deprecated use of rcvar, thanks to Glen Barbererdgeist
2012-02-02Make the clone script more end user friendly. Still more to go. Maybe the script will be merged to ezjail-admin one day.RELEASE_3_2_1erdgeist
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-14Re-add ports to the exclusion listerdgeist
2012-01-14Tiny script to help import Servers into ezjailerdgeist
2012-01-09Counting ezjail-flavours did not work correctlyerdgeist
2012-01-07Copy content of directory, not directory itselfRELEASE_3_2erdgeist
2012-01-07Correct version informationerdgeist
2012-01-07Make flavourize script a new style rc commanderdgeist
2012-01-07Make flavour script a real new style rc scripterdgeist
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