summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 15 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index bb81194..cb47755 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.