View | Details | Raw Unified | Return to bug 198311 | Differences between
and this patch

Collapse All | Expand All

(-)shells/jailkit/Makefile (-3 / +2 lines)
Lines 2-15 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	jailkit
4
PORTNAME=	jailkit
5
PORTVERSION=	2.15
5
PORTVERSION=	2.17
6
PORTREVISION=	3
7
CATEGORIES=	shells
6
CATEGORIES=	shells
8
MASTER_SITES=	http://olivier.sessink.nl/jailkit/ \
7
MASTER_SITES=	http://olivier.sessink.nl/jailkit/ \
9
		http://www.sfr-fresh.com/unix/privat/
8
		http://www.sfr-fresh.com/unix/privat/
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Utilities to limit user account
11
COMMENT=	Utilities to limit user accounts to specific files and/or commands
13
12
14
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
15
14
(-)shells/jailkit/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (jailkit-2.15.tar.gz) = f8fa1aa10a37c797a7283dcbc90ffa5e752454b5f8fd083a5c79e5d3e269ccf7
1
SHA256 (jailkit-2.17.tar.gz) = fdd6a42a6763ece2a51a374356994975d20e3b8fbb4dc995254ee69427dad7d8
2
SIZE (jailkit-2.15.tar.gz) = 137372
2
SIZE (jailkit-2.17.tar.gz) = 139607
(-)shells/jailkit/files/patch-man_jailkit.8 (-13 lines)
Lines 1-13 Link Here
1
--- man/jailkit.8.orig	2010-02-07 16:13:06 UTC
2
+++ man/jailkit.8
3
@@ -69,8 +69,8 @@ Use this program if you want to deny reg
4
 is a utility to give regular users access to the 
5
 .BR chroot(2)
6
 (change root) system call in a safe way. Which users are allowed in which jails is controlled from
7
-.I /etc/jailkit/jk_uchroot.ini
8
-. Use this utility for users that can run processes both inside a jail and outside a jail.
9
+.I /etc/jailkit/jk_uchroot.ini.
10
+Use this utility for users that can run processes both inside a jail and outside a jail.
11
 
12
 .BR jk_socketd
13
 is a daemon that allows logging safely to syslog from within a jail. It limits the logging rate based on parameters set in its configuration file:

Return to bug 198311