Index: head/sysutils/qjail/Makefile =================================================================== --- head/sysutils/qjail/Makefile (revision 383219) +++ head/sysutils/qjail/Makefile (revision 383220) @@ -1,34 +1,45 @@ # Created by: Joe Barbish # $FreeBSD$ PORTNAME= qjail -PORTVERSION= 3.6 +PORTVERSION= 3.7 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= qjail1@a1poweruser.com COMMENT= Utility to quickly deploy and manage jails +LICENSE= BERNE-CONVENTION +LICENSE_NAME= Berne Convention +LICENSE_TEXT= As per the international "Berne Convention" this work is \ + protected and all rights reserved. \ + Before qjail may be forked, written permission must be \ + obtained from the author . \ + This work is provided 'AS IS' and you use it at your own risk. \ + Redistribution and use is permitted providing this license \ + notice is retained. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= tar:bzip2 NO_BUILD= yes CONFLICTS_INSTALL= qjail-2.* qjail-3.0 qjail-3.1 do-install: .for i in qjail qjail.vnet.be qjail.vnet.ng ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/qjail.bootime \ ${STAGEDIR}${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/qjail.portsnap.conf \ - ${STAGEDIR}${PREFIX}/etc + ${STAGEDIR}${PREFIX}/etc/qjail.portsnap.conf.sample .for i in qjail qjail-intro qjail-howto ${INSTALL_MAN} ${WRKSRC}/${i}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .endfor # note examples are mandatory. qjail will not function without them @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ \ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/sysutils/qjail/distinfo =================================================================== --- head/sysutils/qjail/distinfo (revision 383219) +++ head/sysutils/qjail/distinfo (revision 383220) @@ -1,2 +1,2 @@ -SHA256 (qjail-3.6.tar.bz2) = 091a3167441ff597e7bf7934ae507176a7dd4be604b83f3afb3da2f1edbaab9d -SIZE (qjail-3.6.tar.bz2) = 62447 +SHA256 (qjail-3.7.tar.bz2) = 4bb93237991f18216f65a342af746f5d3707778f307bb471ef4aa1711f76a5bc +SIZE (qjail-3.7.tar.bz2) = 62392 Index: head/sysutils/qjail/pkg-message =================================================================== --- head/sysutils/qjail/pkg-message (revision 383219) +++ head/sysutils/qjail/pkg-message (revision 383220) @@ -1,20 +1,17 @@ ######################################################################## Use the qjail utility to deploy small or large numbers of jails quickly. First issue "rehash" command to enable the qjail command (if using csh). Then issue "man qjail-intro" to read the qjail introduction. After reading that do "man qjail" for the usage details. For the BIG PICTURE issue "man qjail-howto". ######################################################################## If your host is running 9.3-RELEASE or 10.0-RELEASE, please verify that /etc/defaults/rc.conf parameter "devfs_load_rulesets" looks like this devfs_load_rulesets="YES" ######################################################################## - - - Index: head/sysutils/qjail/pkg-plist =================================================================== --- head/sysutils/qjail/pkg-plist (revision 383219) +++ head/sysutils/qjail/pkg-plist (revision 383220) @@ -1,42 +1,42 @@ bin/qjail bin/qjail.vnet.be bin/qjail.vnet.ng -etc/qjail.portsnap.conf +@sample etc/qjail.portsnap.conf.sample etc/rc.d/qjail.bootime man/man8/qjail.8.gz man/man8/qjail-intro.8.gz man/man8/qjail-howto.8.gz %%EXAMPLESDIR%%/vnet/ipfw.rules.host %%EXAMPLESDIR%%/vnet/ipfw.rules.vnet %%EXAMPLESDIR%%/vnet/ipf.rules.host %%EXAMPLESDIR%%/vnet/ipf.rules.vnet %%EXAMPLESDIR%%/vnet/pf.rules.host %%EXAMPLESDIR%%/vnet/pf.rules.vnet %%EXAMPLESDIR%%/default/etc/make.conf %%EXAMPLESDIR%%/default/etc/motd %%EXAMPLESDIR%%/default/etc/periodic.conf %%EXAMPLESDIR%%/default/etc/rc.conf %%EXAMPLESDIR%%/default/root/.cshrc %%EXAMPLESDIR%%/default/usr/local/etc/pkg.conf %%EXAMPLESDIR%%/default/usr/local/etc/sudoers %%EXAMPLESDIR%%/ssh-default/etc/group %%EXAMPLESDIR%%/ssh-default/etc/make.conf %%EXAMPLESDIR%%/ssh-default/etc/master.passwd %%EXAMPLESDIR%%/ssh-default/etc/motd %%EXAMPLESDIR%%/ssh-default/etc/passwd %%EXAMPLESDIR%%/ssh-default/etc/periodic.conf %%EXAMPLESDIR%%/ssh-default/etc/pwd.db %%EXAMPLESDIR%%/ssh-default/etc/rc.conf %%EXAMPLESDIR%%/ssh-default/etc/spwd.db %%EXAMPLESDIR%%/ssh-default/etc/ssh/sshd_config %%EXAMPLESDIR%%/ssh-default/root/.cshrc %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.cshrc %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.login %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.login_conf %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.mail_aliases %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.mailrc %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.profile %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.rhosts %%EXAMPLESDIR%%/ssh-default/usr/home/qjail/.shrc %%EXAMPLESDIR%%/ssh-default/usr/local/etc/pkg.conf %%EXAMPLESDIR%%/ssh-default/usr/local/etc/sudoers