Age | Commit message (Expand) | Author |
2010-03-16 | Run the cpuset and zfs attach routine when doing start, startcrypto and restart. | cryx |
2010-03-05 | while not in the ports, ezjail-admin will now report the correct version, if checked out from CVS | erdgeist |
2010-02-18 | Attaching 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_1 | cryx |
2010-02-16 | Missing && | 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-16 | Oops, commited local change :-/ | cryx |
2010-02-16 | fix the eval syntax | cryx |
2010-02-14 | * Create new jails with jail_JAILNAME_exec_start instead of jail_JAILNAME_exec | erdgeist |
2010-02-11 | Make ezjail-list not wider than 80 chars, if possible | erdgeist |
2010-02-08 | Explain default and multiple flavours | erdgeist |
2010-02-08 | Consider this to be the second part of the changes that started in 1.247 | erdgeist |
2010-02-08 | Removing flavourizing shell scripts now is done in the installed ezjail-config | erdgeist |
2010-02-08 | Make the Makefile install nullmailer-example, as well | erdgeist |
2010-02-08 | Make the Makefile install nullmailer-example, as well | erdgeist |
2010-02-08 | Revert parts of the changes from 1.243, from now on we install a working make.conf again | erdgeist |
2010-02-08 | Add INDEXDIR to modified make.conf, to prevent portupgrade from dying. | erdgeist |
2010-02-05 | Ensure that no-ip jails are listed as well | erdgeist |
2010-01-24 | Example flavour for using nullmailer as sendmail-replacement inside a jail, routing outgoing mail over an extern mailserver. | cryx |
2010-01-24 | - fix adding a .device entry into the fstab of a zfs-backed jail when renaming | cryx |
2010-01-20 | If pax fails resetting access times, don't report archiving errors. | erdgeist |
2010-01-15 | Forgot the "". | cryx |
2010-01-15 | Wrong order. | cryx |
2010-01-15 | Fix restoring zfs jails, they don't necessarily have a size so the ezjail-admin create command has to be invoked without the -s option. | cryx |
2010-01-15 | Fix the renaming of the mountpoint while renaming a zfs backed jail. | cryx |
2010-01-15 | Fix formating typo. | cryx |
2010-01-15 | When renaming a zfs backed jail, don't try to move the rootdir because it is done by zfs rename. | cryx |
2010-01-15 | Respect the -x option when creating a ZFS backed jail, do a check if the destinatiuon really is ZFS filesystem! | cryx |
2010-01-15 | Teach ezjail-admin not to attach a zfs backed imagejail when doing archive, reported by Nathan Tice. | cryx |
2010-01-14 | Introduce a default flavour setting, also fix some leftovers from renaming default to example. Many thanks to Panagiotis J. Christias | erdgeist |
2010-01-12 | Allow the user to continue with ZFS operations if the pool is in a DEGRADED state, but warn about it. | cryx |
2010-01-11 | Remove bashism, use freebsd-updates way to wait randomly. Thanks to Panagiotis J. Christias | erdgeist |
2010-01-11 | We renamed ezjail-config.sh to ezjail-config. So we do need to remove that new script... | erdgeist |
2010-01-11 | Make non runnable jails stoppable, fourth attempt, non runnable now won't start now | erdgeist |
2010-01-11 | Make non runnable jails stoppable, third attempt, works now | erdgeist |
2010-01-11 | Make non runnable jails stoppable, second attempt | erdgeist |
2010-01-11 | Make non runnable jails stoppable | erdgeist |
2010-01-11 | HEADS UP: Rewrote code that writes jail configs, also fixed many flaws in the config subcommand. | erdgeist |
2010-01-09 | Rename default flavour to example flavour | erdgeist |
2010-01-09 | Rename default flavour to example flavour ;) | erdgeist |
2010-01-09 | Remove control character. Those damn apple keyboards... | erdgeist |
2010-01-09 | zfs property jailed has to be set to "on". | cryx |
2010-01-08 | make ezjail-admin always return 0 on success. Thanks to Justin Head | erdgeist |
2010-01-08 | add jail id to every jail ip-line | erdgeist |
2010-01-08 | make it clearer, that multiple addresses are listed on multiple lines | erdgeist |
2010-01-08 | Rearrange space in ezjail-admin list... more needs to be done vor v6 addresses. | erdgeist |
2010-01-08 | Check for zfs_enable was inverted | erdgeist |
2010-01-08 | Fix if[]-typo, fix spacing before secondary lines in ezjails with multiple ip addresses | erdgeist |
2010-01-08 | Update the manpages to reflect the current state of options. | cryx |
2010-01-08 | erdgeistify styles, remove white spaces, support multiple ip addresses better | erdgeist |
2010-01-04 | Remove a debug echo. | cryx |