Skip to content

Commit cdf85ea

Browse files
committed
Updated installation instructions.
1 parent 1e0033c commit cdf85ea

File tree

5 files changed

+22
-37
lines changed

5 files changed

+22
-37
lines changed

INSTALL_CENTOS_5.2.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,11 @@ done
221221

222222
Installing Jailkit:
223223

224-
// It is nescessary to use the cvs version of jailjit, as the cvs contains a change
225-
// which is nescessary for ISPConfig and has not been released yet.
226-
227224
cd /tmp
228-
cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/jailkit co .
229-
cd jailkit
225+
wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
226+
tar xvfz jailkit-2.5.tar.gz
227+
cd jailkit-2.5
230228
./configure
231229
make
232230
make install
233-
cd ..
234-
rm -rf jailkit
231+
rm -rf jailkit-2.5*

INSTALL_DEBIAN_4.0.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,12 @@ done
162162

163163
Installing Jailkit:
164164

165-
// It is nescessary to use the cvs version of jailjit, as the cvs contains a change
166-
// which is nescessary for ISPConfig and has not been released yet.
167-
168-
apt-get install build-essential autoconf automake1.9 libtool flex bison nano cvs
165+
apt-get install build-essential autoconf automake1.9 libtool flex bison
169166
cd /tmp
170-
cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/jailkit co .
171-
cd jailkit
167+
wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
168+
tar xvfz jailkit-2.5.tar.gz
169+
cd jailkit-2.5
172170
./configure
173171
make
174172
make install
175-
cd ..
176-
rm -rf jailkit
173+
rm -rf jailkit-2.5*

INSTALL_FEDORA_9.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,11 @@ done
204204

205205
Installing Jailkit:
206206

207-
// It is nescessary to use the cvs version of jailjit, as the cvs contains a change
208-
// which is nescessary for ISPConfig and has not been released yet.
209-
210207
cd /tmp
211-
cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/jailkit co .
212-
cd jailkit
208+
wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
209+
tar xvfz jailkit-2.5.tar.gz
210+
cd jailkit-2.5
213211
./configure
214212
make
215213
make install
216-
cd ..
217-
rm -rf jailkit
214+
rm -rf jailkit-2.5*

INSTALL_OPENSUSE_11.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,11 @@ done
189189

190190
Installing Jailkit:
191191

192-
// It is nescessary to use the cvs version of jailjit, as the cvs contains a change
193-
// which is nescessary for ISPConfig and has not been released yet.
194-
195192
cd /tmp
196-
cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/jailkit co .
197-
cd jailkit
193+
wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
194+
tar xvfz jailkit-2.5.tar.gz
195+
cd jailkit-2.5
198196
./configure
199197
make
200198
make install
201-
cd ..
202-
rm -rf jailkit
199+
rm -rf jailkit-2.5*

INSTALL_UBUNTU_8.04.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,13 @@ In case you get a permission denied error from apache, please restart the apache
217217

218218
Installing Jailkit:
219219

220-
// It is nescessary to use the cvs version of jailjit, as the cvs contains a change
221-
// which is nescessary for ISPConfig and has not been released yet.
222-
223-
apt-get install build-essential autoconf automake1.9 libtool flex bison nano cvs
220+
apt-get install build-essential autoconf automake1.9 libtool flex bison
224221
cd /tmp
225-
cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/jailkit co .
226-
cd jailkit
222+
wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
223+
tar xvfz jailkit-2.5.tar.gz
224+
cd jailkit-2.5
227225
./configure
228226
make
229227
make install
230-
cd ..
231-
rm -rf jailkit
228+
rm -rf jailkit-2.5*
232229

0 commit comments

Comments
 (0)