From 55411a3a94781919f02bbe8a147642b1d3f8ae98 Mon Sep 17 00:00:00 2001
From: moglia <moglia@ispconfig3>
Date: Tue, 21 Jul 2009 23:39:49 -0400
Subject: [PATCH] Updated jailkit instalation procedures to install jailkit as debian package. Because it´s better to remove and update. And because jailkit is debianized. Install debian package is better then pure source.

---
 docs/INSTALL_DEBIAN_4.0.txt |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/INSTALL_DEBIAN_4.0.txt b/docs/INSTALL_DEBIAN_4.0.txt
index 7ac2dc5..935f197 100644
--- a/docs/INSTALL_DEBIAN_4.0.txt
+++ b/docs/INSTALL_DEBIAN_4.0.txt
@@ -124,15 +124,15 @@
 
 7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
 
-apt-get install build-essential autoconf automake1.9 libtool flex bison
+apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper
 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*
+wget http://olivier.sessink.nl/jailkit/jailkit-2.7.tar.gz
+tar xvfz jailkit-2.7.tar.gz
+cd jailkit-2.7
+./debian/rules binary
+cd ..
+dpkg -i jailkit_2.7-1_i386.deb
+rm -rf jailkit-2.7*
 
 8) Install fail2ban (optional but recomended, because the monitor tries to show the log)
 More info at: http://www.howtoforge.com/fail2ban_debian_etch

--
Gitblit v1.9.1