aboutsummaryrefslogtreecommitdiff
path: root/shells/jailkit/files/patch-Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* shells/jailkit: Update to 2.20Ben Woods2019-02-041-5/+5
| | | | | | | | Changes this release: https://olivier.sessink.nl/jailkit/index.html#news Notes: svn path=/head/; revision=492125
* - Try to unbreak parallel builds (-jX) by calling sub-makes correctlyAlexey Dokuchaev2013-08-151-7/+48
| | | | | | | | | | | | | | - Do not mention PORTNAME in the COMMENT (according to PH section 5.6) - Avoid .for loop when installing portdocs, slightly cleanup Makefile - Reformat pkg-descr nicely (now perfectly aligned on both sides) and pacify portlint(1) by using correct delimiter after WWW line (space, per PH section 3.2.1). Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Notes: svn path=/head/; revision=324765
* Jailkit is a set of utilities to limit user accounts to specificMarcelo Araujo2009-09-041-0/+24
files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities. WWW: http://olivier.sessink.nl/jailkit/ PR: ports/138047 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=240832