diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +====================================================================== + JAILUTILS INSTALL + + +This software only works with FreeBSD jails. It should be installed +on the host system. + + +QUICK INSTALLATION: + # tar -zxvf jailutils-0.5.4.tar.gz + # ./configure + # make && make install + + +This installs the commands killjails and jails on your system, probably +in /usr/local/sbin. See the man pages for more detailed info. + |