summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-05-18 23:47:49 +0000
committerStef Walter <stef@memberwebs.com>2004-05-18 23:47:49 +0000
commit3c26bc63b98bf1c8bb8e2a55d5708b295187be50 (patch)
tree4daef1cb1f9621720b681edbc98a41c8264458f3 /INSTALL
parent8339cb1069fd5b4810706d9f1ff1bb73dce85a2f (diff)
Fixed licensing
Fixed ReadMe and Install files
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.