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

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 437-442 Link Here
437
    SUBDIR += jaildaemon
437
    SUBDIR += jaildaemon
438
    SUBDIR += jailme
438
    SUBDIR += jailme
439
    SUBDIR += jailrc
439
    SUBDIR += jailrc
440
    SUBDIR += jailutils
440
    SUBDIR += javaservicewrapper
441
    SUBDIR += javaservicewrapper
441
    SUBDIR += jdiskreport
442
    SUBDIR += jdiskreport
442
    SUBDIR += jfbterm
443
    SUBDIR += jfbterm
(-)jailutils/Makefile (-5 / +3 lines)
Lines 4-17 Link Here
4
PORTNAME=	jailutils
4
PORTNAME=	jailutils
5
PORTVERSION=	1.6
5
PORTVERSION=	1.6
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://memberwebs.com/stef/freebsd/jails/jailutils/
7
MASTER_SITES=	http://thewalter.net/stef/freebsd/jails/jailutils/ \
8
		http://BSDforge.com/projects/source/sysutils/jailutils/
8
9
9
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	portmaster@BSDforge.com
10
COMMENT=	Several utilities for managing jails
11
COMMENT=	Several utilities for managing jails
11
12
12
DEPRECATED=	No more public distfiles
13
EXPIRATION_DATE=	2014-03-10
14
15
GNU_CONFIGURE=	YES
13
GNU_CONFIGURE=	YES
16
14
17
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)jailutils/pkg-descr (-1 / +1 lines)
Lines 15-18 Link Here
15
jails		List running jails
15
jails		List running jails
16
injail		Determine if a process is running in a jail
16
injail		Determine if a process is running in a jail
17
17
18
WWW: http://memberwebs.com/nielsen/freebsd/jails/jailutils/
18
WWW: http://thewalter.net/stef/freebsd/jails/jailutils/

Return to bug 199722