View | Details | Raw Unified | Return to bug 165603
Collapse All | Expand All

(-)qjail-1.2/Makefile (-5 / +4 lines)
Lines 1-17 Link Here
1
# New ports collection makefile for:   qjail
1
# Ports collection makefile for:   qjail
2
# Date created:        July 22 2010
2
# Date created:        March 01 2012
3
# Whom:                Joe Barbish
3
# Whom:                Joe Barbish
4
#
4
#
5
# $FreeBSD: ports/sysutils/qjail/Makefile,v 1.3 2011/09/11 11:58:32 crees Exp $
5
# $FreeBSD: ports/sysutils/qjail/Makefile,v 1.3 2011/09/11 11:58:32 crees Exp $
6
6
7
PORTNAME=	qjail
7
PORTNAME=	qjail
8
PORTVERSION=	1.1
8
PORTVERSION=	1.2
9
PORTREVISION=	1
10
CATEGORIES=	sysutils
9
CATEGORIES=	sysutils
11
MASTER_SITES=	SF/${PORTNAME}
10
MASTER_SITES=	SF/${PORTNAME}
12
11
13
MAINTAINER=	qjail@a1poweruser.com
12
MAINTAINER=	qjail@a1poweruser.com
14
COMMENT=	Utility to quickly deploy and manage large numbers of jails
13
COMMENT=	Utility to quickly deploy and manage jails
15
14
16
LICENSE=	BSD
15
LICENSE=	BSD
17
16
(-)qjail-1.2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qjail-1.1.tar.bz2) = c7e32a3081357c9a5e2a62b85180bb2f3526ca138592e42f90624a0f34cea58d
1
SHA256 (qjail-1.2.tar.bz2) = 55ec579ccc0a9dd5f4ba631ea0455ccce2c2850f1fb8a4d8bed09d7292f88ccd
2
SIZE (qjail-1.1.tar.bz2) = 40292
2
SIZE (qjail-1.2.tar.bz2) = 41057
(-)qjail-1.2/pkg-message (+2 lines)
Lines 1-5 Link Here
1
#
1
Use the qjail utility to deploy small or large numbers of jails quickly.
2
Use the qjail utility to deploy small or large numbers of jails quickly.
2
3
3
First issue "rehash" command to enable the qjail command (if using csh).
4
First issue "rehash" command to enable the qjail command (if using csh).
4
Then issue "man qjail-intro" to read the qjail introduction.
5
Then issue "man qjail-intro" to read the qjail introduction.
5
After reading that do "man qjail" for the usage details.
6
After reading that do "man qjail" for the usage details.
7
#

Return to bug 165603