summaryrefslogtreecommitdiff
path: root/ezjail-admin
AgeCommit message (Collapse)Author
2006-04-10Introduce ugly perl hack.erdgeist
2006-04-03C-Coders mistakes... ;)erdgeist
2006-04-03Much more error handling. Not tested yet.erdgeist
2006-04-01Beautify config files ;)erdgeist
2006-04-01The list subcommand now prints jails in order of startup executionerdgeist
2006-04-01Provide some lines to indicate the availability of rcorder-style ordering in ezjail configs.erdgeist
2006-03-21ezjail now comes with image jails. HEADS UP! A lot of testing is ahead.erdgeist
2006-03-15Moved usr/games and usr/libdata to basejail, saves ~100kerdgeist
2006-03-12Trailing spaceserdgeist
2006-03-06Check, that noone creates a jail called "fulljail"erdgeist
2006-03-03Syntax error fixed.. Shame on me for not testingerdgeist
2006-02-23Dont prevent recreating existing jails :/erdgeist
2006-02-21Cosmetics. Really ;)erdgeist
2006-02-16Ugly ugly bug: [ test for string ] fails for too many paramters. Quote the string.RELEASE_1_3erdgeist
2006-02-15Dont install a jail to an existing locationerdgeist
2006-02-14/boot and /rescue move to basejailerdgeist
2006-02-10Cosmetics.erdgeist
2006-02-09Give permissions to the correct file.erdgeist
2006-02-09Condition check turned arounderdgeist
2006-02-09Discontinue deprecated -r option for cp, ensure flavour directoryerdgeist
2006-02-09Cosmetics.erdgeist
2006-02-09Radical change of what an ezjail flavour is. The old way got me stuck.erdgeist
2006-02-08quote mismatch. Formattingerdgeist
2006-02-08cvsroot for ports now obeyd in cvs up, too. Cosmetics.erdgeist
2006-02-06Cosmetics. Corrected a stupid glitch claiming, the command would be 'ezjail' instead of 'ezjail-admin'.erdgeist
2006-02-06Protect against empty variable expansion problems in [ $var ]erdgeist
2006-02-06provide braces for variable expansion, rename a to dir, remove templatejail_old only, if it existserdgeist
2006-02-02_ may be replaced by _, avoid identical variable nameserdgeist
2006-02-01Variable name tidy up, forbid anything but [:alnum:]_ in variable nameserdgeist
2006-01-20Code review. Mainly minor style fixes. One issue with softlink to /basejail/usr/ports fixed. Old flavour directory /basejail/config/pkg not created anymore.erdgeist
2006-01-18extra sanity checkserdgeist
2006-01-16We need to test for soft link, not for regular fileerdgeist
2006-01-16Some people dont want there sticky tags removed on ports updatingerdgeist
2006-01-16Introducing the -P flag to allow ports updating onlyerdgeist
2005-12-31Warnings must be emitted last, chflags must be applied to non-shared directories as wellerdgeist
2005-12-31copy the whole defaults directory, not just its entrieserdgeist
2005-12-31Flavours now head to their final layout:erdgeist
the whole bunch of stuff found below flavour dir is being installed into the new jails root, including the flavour config, packages and files. The startup scripts now only creates users, chowns the files it is told to and installs packages.
2005-12-18Rethought flavourserdgeist
2005-12-10BUG: /lib /libexec was not in basejailerdgeist
2005-11-22output of cpio now is hidden for ezjail-createerdgeist
2005-11-19Checks for already listening services addederdgeist
2005-11-17flavour was copied to / not to /etcerdgeist
2005-11-17exit called once too oftenerdgeist
2005-11-17Typo and put ezjails share, where it belongserdgeist
2005-11-17Default PREFIX provided, flavour stuff addederdgeist
2005-11-15function keyword not in BSDs sherdgeist
2005-11-14avoid nesting, some may say this introduces ugly style, I consider it more conciseerdgeist
2005-11-13update aliased as setuperdgeist
2005-11-09More sanity checks before and while making the jail worlderdgeist
2005-11-09Create config directory in basejailerdgeist