File: INSTALL.txt

package info (click to toggle)
jailkit 2.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 776 kB
  • sloc: ansic: 4,075; python: 1,911; sh: 318; makefile: 238
file content (21 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#QUICK INSTALL
#
# use --prefix for different install locations

./configure
make
su root
make install

# to run the jk_socketd daemon, copy the startup script to 
# your init directory, on Debian this is
cp extra/jailkit /etc/init.d/jailkit
chmod a+x /etc/init.d/jailkit

# and create the correct symlinks, on Debian
# you run
update-rc.d jailkit defaults

# and on Red Hat/Fedora systems you run
chkconfig jailkit on