Download and Install jailkit version 2.4 on Mac OS X
Friday the 25th of July, 2008

    jailkit  most recent diff


      View the most recent changes for the jailkit port at: jailkit.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for jailkit.
      The raw portfile for jailkit 2.4 is located here:
      http://jailkit.darwinports.com/dports/security/jailkit/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/jailkit
      Google
      Web Darwinports.com



      # $Id: Portfile 27715 2007-08-12 16:30:35Z nox macports.org $

      PortSystem 1.0

      Name: jailkit
      Version: 2.4
      Category: security sysutils
      Platform: darwin
      Maintainers: nomaintainer
      Description: utilities to create limited user accounts in a chroot jail
      Long Description: Jailkit is a set of utilities to allow quick creation of limited user accounts in a chroot jail. It contains a safe logging daemon, shells that can restrict users, utilities to start daemons in a chroot jail, and utilities for easy setup of chroot jails.

      Homepage: http://olivier.sessink.nl/jailkit/
      master_sites ${homepage}
      checksums md5 84b21322495d597455a4758206e87b7c sha1 f86161ee8abddf335299605c46d1a891d481db0a rmd160 0b4362c83ded29b6b048c241daf67b4129563ec1
      use_bzip2 yes
      patchfiles patch-Makefile.in
      depends_lib bin:python:python23

      destroot.destdir prefix=${destroot}${prefix} iniprefix=${destroot}${prefix}/etc/jailkit

      post-patch {
      foreach {dir} {man py src} {
      reinplace -E "s/-g 0 -o (root|0)//" ${worksrcpath}/${dir}/Makefile.in
      }
      }


      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} COPYRIGHT INSTALL.txt README.txt ${destroot}${prefix}/share/doc/${name}
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/jailkit
      % sudo port install jailkit
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching jailkit
      ---> Verifying checksum for jailkit
      ---> Extracting jailkit
      ---> Configuring jailkit
      ---> Building jailkit with target all
      ---> Staging jailkit into destroot
      ---> Installing jailkit
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using jailkit with these commands:
      %  man jailkit
      % apropos jailkit
      % which jailkit
      % locate jailkit

     Where to find more information:

    Darwin Ports



    image test