aboutsummaryrefslogtreecommitdiffstats
path: root/shells/jailkit
Commit message (Collapse)AuthorAgeFilesLines
* - Try to unbreak parallel builds (-jX) by calling sub-makes correctlydanfe2013-08-153-22/+60
| | | | | | | | | | | - 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)
* - Update to 2.15sylvio2013-01-082-9/+8
|
* - Update to 2.14sylvio2011-05-142-4/+3
|
* - Move to py25 or abovemiwi2011-02-251-1/+2
| | | | - While here kick md5 support
* - Update to 2.13sylvio2011-02-042-4/+3
| | | | Feature safe: yes
* - Update to 2.12sylvio2010-09-142-4/+4
|
* - Update to 2.11sylvio2010-02-212-4/+4
| | | | | Approved by: itetcu (mentor) Feature safe: yes
* - Update my mail address to FreeBSDsylvio2009-11-281-2/+2
| | | | Approved by: miwi (mentor)
* - Fix pkg-plist issue.araujo2009-10-261-0/+1
| | | | Reported by: itetcu
* - Update to 2.10.araujo2009-10-262-4/+4
| | | | | PR: ports/139849 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
* Jailkit is a set of utilities to limit user accounts to specificaraujo2009-09-045-0/+110
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>