index
:
ezjail
freebsd_upgrade_stuff
master
FreeBSD Jail administration framework
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ezjail.sh
Age
Commit message (
Expand
)
Author
2010-01-04
Remove a debug echo.
cryx
2009-12-29
Fix the check for a correct CPUSET
cryx
2009-12-28
Support for setting and using jail-bound ZFS datasets, cpuset(1) and setfib(1).
cryx
2008-01-08
Reverse jail order when calling stop
erdgeist
2007-10-08
Fix a check that once required the variable to be != YES
erdgeist
2007-10-08
Revert the "fix" from 1.43, there was no bug in here but in ezjail-admin
erdgeist
2007-10-08
Apply coding style guides to ezjail.sh as well. Also fix bug making startcrypto useless
erdgeist
2007-09-01
rc.d/ezjail.sh restart failed on image jails
erdgeist
2007-03-23
Stale device link detection completed and tested. More testing required.
erdgeist
2007-03-23
Stale device link detection for image devices. Heads up. Untested.
erdgeist
2007-02-22
Try fscking the correct way. Have not yet figured it out completely
erdgeist
2006-09-12
Check for root dir before running a jail. Thanks to Matthias Lederhofer.
erdgeist
2006-07-16
A much more sexy way of listing jails
erdgeist
2006-07-15
Fixed some expansion/quotation issues with tr's parameters ([:alnum:] etc.) Thanks to Simon L. Nielsen.
erdgeist
2006-05-31
Let ezjail only run after sshd, its better that way for many jails.
RELEASE_2_0
erdgeist
2006-05-22
Preparing for release of ezjail-2.0beta
erdgeist
2006-05-15
simple image jails are now being detached, too
erdgeist
2006-05-09
attaching and detaching image jails now works.
erdgeist
2006-05-09
Added attach/detach subsubcommands to config
erdgeist
2006-05-07
Add a forceful blocking option to ezjail creation
erdgeist
2006-05-06
-a mistaken for two ampersands... I am getting old
erdgeist
2006-05-04
Flag jails that would interrupt boot process as attachblocking. Skip or choose them deliberately in ezjail.sh
erdgeist
2006-05-04
Added CVS Id Tag
erdgeist
2006-05-03
Now honour new crypto image types
erdgeist
2006-05-03
Crypto image init-attach args converter introduced.
erdgeist
2006-04-26
Introducing a more generic crypto image strategy
erdgeist
2006-04-24
An empty ezjail directory made rcorder fail. Fixed
erdgeist
2006-04-22
Do not use a lock file for gbde anymore. I have no concept of using/moving the lock file appropriately, so move it into the image.
erdgeist
2006-04-16
ezjail.sh now follows new variable name style
erdgeist
2006-04-15
HEADS UP:
erdgeist
2006-04-12
Some more escaping...
erdgeist
2006-03-29
ezjail.sh now honours rcorders script order
erdgeist
2006-03-25
bug in startcrypto fixed
erdgeist
2006-03-25
Adding startcrypto and stopcrypto subcommands to start/stop all crypto jails
erdgeist
2006-03-25
Debug PREFIX removed
erdgeist
2006-03-25
Cryptojails can be stopped without passphrase, so only exclude them from jail list at start up
erdgeist
2006-03-21
ezjail.sh now is ready for image jails. Merging ezjail-img.sh to ezjail-admin soon
erdgeist
2006-03-17
Specify more exactly where the script wants to be run and exclude it from rcorder in jails
erdgeist
2006-03-06
Corrected a bug where a jail_list in rc.conf prevented ezjail to start up its own jails
erdgeist
2006-02-16
Ugly ugly bug: [ test for string ] fails for too many paramters. Quote the string.
RELEASE_1_3
erdgeist
2006-02-09
Cosmetics.
erdgeist
2006-02-06
Cosmetics.
erdgeist
2006-02-06
provide braces for variable expansion
erdgeist
2006-02-03
Tidying up the rc.d script, only run, if any of the jails specified exists. restart does not work anymore due to a bug in rc.subr
erdgeist
2006-02-02
rc.d scripts must not issue line breaks
erdgeist
2006-02-02
Reflect character whitelisting in rc.d-script
erdgeist
2005-10-20
wrong unix magic
erdgeist
2005-10-14
Last cleanups before committing
RELEASE_1_0
erdgeist
2005-09-26
ezjail now is called ezjail.sh
erdgeist