diff options
author | Stef Walter <stef@memberwebs.com> | 2004-05-18 23:47:49 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-05-18 23:47:49 +0000 |
commit | 3c26bc63b98bf1c8bb8e2a55d5708b295187be50 (patch) | |
tree | 4daef1cb1f9621720b681edbc98a41c8264458f3 /INSTALL | |
parent | 8339cb1069fd5b4810706d9f1ff1bb73dce85a2f (diff) |
Fixed licensing
Fixed ReadMe and Install files
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. |