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

(-)qjail/Makefile (-5 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/sysutils/qjail/Makefile 421195 2016-08-31 21:49:37Z mat $
2
# $FreeBSD: head/sysutils/qjail/Makefile 421195 2016-08-31 21:49:37Z mat $
3
3
4
PORTNAME=	qjail
4
PORTNAME=	qjail
5
PORTVERSION=	5.0
5
PORTVERSION=	5.1
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	SF/${PORTNAME}
7
MASTER_SITES=	SF/${PORTNAME}
8
8
Lines 24-41 Link Here
24
NO_BUILD=	yes
24
NO_BUILD=	yes
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
26
27
IGNORE_FreeBSD_9=	Only for FreeBSD 11+
27
IGNORE_FreeBSD_9=	This version only for FreeBSD 11+
28
IGNORE_FreeBSD_10=	Only for FreeBSD 11+
28
IGNORE_FreeBSD_10=	This version only for FreeBSD 11+
29
29
30
do-install:
30
do-install:
31
.for i in qjail qjail.vnet.be
31
.for i in qjail
32
	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
32
	${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin
33
.endfor
33
.endfor
34
	${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime              \
34
	${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime              \
35
		${STAGEDIR}${PREFIX}/etc/rc.d
35
		${STAGEDIR}${PREFIX}/etc/rc.d
36
	${INSTALL_DATA}   ${WRKSRC}/qjail.portsnap.conf        \
36
	${INSTALL_DATA}   ${WRKSRC}/qjail.portsnap.conf        \
37
		${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample
37
		${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample
38
.for i in qjail qjail-intro qjail-howto
38
.for i in qjail qjail-intro qjail-howto qjail-vnet-howto \
39
          qjail-ipv6-testing
39
	${INSTALL_MAN}   ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
40
	${INSTALL_MAN}   ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
40
.endfor
41
.endfor
41
42
(-)qjail/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1472482359
1
TIMESTAMP = 1487344102
2
SHA256 (qjail-5.0.tar.bz2) = 41bc83d214035c7939d50fce091a0f888a7d109aaf93cb52c9c70d0f4357a668
2
SHA256 (qjail-5.1.tar.bz2) = 9897ac708baf4532cfef273780bea4590b3b82b5c0a7ab1bf387bd92595bf5c3
3
SIZE (qjail-5.0.tar.bz2) = 63015
3
SIZE (qjail-5.1.tar.bz2) = 65638
(-)qjail/pkg-message (-3 / +6 lines)
Lines 4-12 Link Here
4
Use the qjail utility to deploy small or large numbers of jails quickly.
4
Use the qjail utility to deploy small or large numbers of jails quickly.
5
5
6
First issue "rehash" command to enable the qjail command (if using csh).
6
First issue "rehash" command to enable the qjail command (if using csh).
7
Then issue "man qjail-intro" to read the qjail introduction.
7
Then issue 
8
After reading that do "man qjail" for the usage details.
8
"man qjail-intro" To read the qjail introduction.
9
For the BIG PICTURE issue "man qjail-howto".
9
"man qjail"       For qjail usage details.
10
"man qjail-howto" For example of driving public traffic to non-vnet jails.
11
"man qjail-vnet-howto"   For example of creating vnet jails.
12
"man qjail-ipv6-testing" For example of testing jails with ipv6 addresses.
10
13
11
########################################################################
14
########################################################################
12
15
(-)qjail/pkg-plist (-1 / +4 lines)
Lines 1-10 Link Here
1
bin/qjail
1
bin/qjail
2
bin/qjail.vnet.be
3
@sample etc/qjail.portsnap.conf.sample
2
@sample etc/qjail.portsnap.conf.sample
4
etc/rc.d/qjail.bootime
3
etc/rc.d/qjail.bootime
5
man/man8/qjail.8.gz
4
man/man8/qjail.8.gz
6
man/man8/qjail-intro.8.gz
5
man/man8/qjail-intro.8.gz
7
man/man8/qjail-howto.8.gz
6
man/man8/qjail-howto.8.gz
7
man/man8/qjail-vnet-howto.8.gz
8
man/man8/qjail-ipv6-testing.8.gz
8
%%EXAMPLESDIR%%/vnet/ipfw.host.rules
9
%%EXAMPLESDIR%%/vnet/ipfw.host.rules
9
%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules
10
%%EXAMPLESDIR%%/vnet/ipfw.vnet.rules
10
%%EXAMPLESDIR%%/vnet/ipf.host.rules
11
%%EXAMPLESDIR%%/vnet/ipf.host.rules
Lines 14-19 Link Here
14
%%EXAMPLESDIR%%/vnet/pf.vnet.rules.script
15
%%EXAMPLESDIR%%/vnet/pf.vnet.rules.script
15
%%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70
16
%%EXAMPLESDIR%%/vnet/devfsrules_vjail_pf70
16
%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60
17
%%EXAMPLESDIR%%/vnet/devfsrules_vjail_ipf60
18
%%EXAMPLESDIR%%/vnet/devfsrules_qjail_bpf50
19
%%EXAMPLESDIR%%/vnet/dot.cshrc
17
%%EXAMPLESDIR%%/default/etc/make.conf
20
%%EXAMPLESDIR%%/default/etc/make.conf
18
%%EXAMPLESDIR%%/default/etc/motd
21
%%EXAMPLESDIR%%/default/etc/motd
19
%%EXAMPLESDIR%%/default/etc/periodic.conf
22
%%EXAMPLESDIR%%/default/etc/periodic.conf

Return to bug 217177