From 692f6f85f2cec1dfb4191fb4ec9a171291254c2a Mon Sep 17 00:00:00 2001
From: quentusrex <quentusrex@ispconfig3>
Date: Thu, 30 Oct 2008 10:08:42 -0400
Subject: [PATCH] This is to update the Ubuntu 8.04 Install guide to include the Jailkit info from the Debian Install guide. Also to test my commit access to the svn repo.

---
 INSTALL_UBUNTU_8.04.txt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/INSTALL_UBUNTU_8.04.txt b/INSTALL_UBUNTU_8.04.txt
index 0de0259..95551be 100644
--- a/INSTALL_UBUNTU_8.04.txt
+++ b/INSTALL_UBUNTU_8.04.txt
@@ -203,3 +203,17 @@
 password: admin
 
 In case you get a permission denied error from apache, please restart the apache webserver process.
+
+
+Installing Jailkit:
+
+apt-get install build-essential autoconf automake1.9 libtool flex bison
+cd /tmp
+wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
+tar xvfz jailkit-2.5.tar.gz
+cd jailkit-2.5
+./configure
+make
+make install
+rm -rf jailkit-2.5*
+

--
Gitblit v1.9.1