summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 1f75a3c0b2884b2df026514ec1f5cdc42826833f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
======================================================================
                        JAILUTILS INSTALL


This software only works with FreeBSD jails. It should be installed
on the host system.


QUICK INSTALLATION:
 # tar -zxvf jailutils-1.0.tar.gz
 # ./configure
 # make && make install


This installs the following commands onto your system:

FREEBSD 4.x - 5.0
  killjail
  jails
  jstart

FREEBSD 5.1 ->
  jid
  jails
  jstart
  jkill
  jps

See http://memberwebs.com/swalter/freebsd/jails/jailutils/ for more info.