diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -7,11 +7,23 @@ on the host system. QUICK INSTALLATION: - # tar -zxvf jailutils-0.5.4.tar.gz + # tar -zxvf jailutils-0.6.tar.gz # ./configure # make && make install -This installs the commands killjails and jails on your system, probably -in /usr/local/sbin. See the man pages for more detailed info. +This installs the following commands onto your system: +FREEBSD 4.x - 5.0 + killjail + jails + jstart + +FREEBSD 5.1 -> + jid + jails + jstart + jkill + jps + +See http://memberwebs.com/nielsen/freebsd/jails/jailutils/ for more info. |