summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2003-12-02 17:20:39 +0000
committerStef Walter <stef@memberwebs.com>2003-12-02 17:20:39 +0000
commit58c696e88cfeb6d97d836b9f328d683b0e187d65 (patch)
tree1b1a15cdc8cb13fa2ba8d25f0bd4a165524e79db /INSTALL
parentf38c902303a704db26f8632e6e582af5d65f0a50 (diff)
Initial Import
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..bb81194
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,17 @@
+======================================================================
+ JAILUTILS INSTALL
+
+
+This software only works with FreeBSD jails. It should be installed
+on the host system.
+
+
+QUICK INSTALLATION:
+ # tar -zxvf jailutils-0.5.4.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.
+