mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Remove sysutils/qjail2, this port is only for FreeBSD 8 and 9 (EoL)
PR: 223885 Submitted by: Joe Barbish <qjail1@a1poweruser.com> (maintainer)
This commit is contained in:
parent
6bef2f99f3
commit
7dde6c6287
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454914
1
MOVED
1
MOVED
@ -9647,3 +9647,4 @@ net/hping-devel||2017-11-21|Has expired: Tcl/Tk 8.4 is no longer maintained, ple
|
||||
www/linux-firefox||2017-11-22|Has expired: Use native www/firefox or www/firefox-esr instead
|
||||
www/linux-seamonkey||2017-11-22|Has expired: Use native www/seamonkey instead
|
||||
graphics/linux-adobesvg||2017-11-22|Has expired: not supported by linux-firefox 52 or later
|
||||
sysutils/qjail2||2017-11-26|Has expired: Only for FreeBSD 8 and 9, use sysutils/qjail[4] instead
|
||||
|
@ -936,7 +936,6 @@
|
||||
SUBDIR += pydf
|
||||
SUBDIR += qchroot
|
||||
SUBDIR += qjail
|
||||
SUBDIR += qjail2
|
||||
SUBDIR += qjail4
|
||||
SUBDIR += qlogtools
|
||||
SUBDIR += qpxtool
|
||||
|
@ -1,46 +0,0 @@
|
||||
# Created by: Joe Barbish
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qjail
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= qjail1@a1poweruser.com
|
||||
COMMENT= Utility to quickly deploy and manage jails
|
||||
|
||||
USES= tar:bzip2
|
||||
NO_BUILD= yes
|
||||
|
||||
IGNORE_FreeBSD_10= Only for FreeBSD 8 and 9
|
||||
IGNORE_FreeBSD_11= Only for FreeBSD 8 and 9
|
||||
IGNORE_FreeBSD_12= Only for FreeBSD 8 and 9
|
||||
|
||||
do-install:
|
||||
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/qjail \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.for i in qjail2 qjail-jail2
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${i} \
|
||||
${STAGEDIR}${PREFIX}/etc/rc.d
|
||||
.endfor
|
||||
|
||||
.for i in qjail.conf.sample qjail.portsnap.conf
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} \
|
||||
${STAGEDIR}${PREFIX}/etc
|
||||
.endfor
|
||||
|
||||
.for i in qjail qjail-intro qjail.conf 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 <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (qjail-2.2.tar.bz2) = ae7b64b3ecfa2b3db5880e3e7e38fc5e6f4ad8e51353d4343e37ef4c0dab1912
|
||||
SIZE (qjail-2.2.tar.bz2) = 56888
|
@ -1,25 +0,0 @@
|
||||
This is the last version that handles both the 8.x and 9.x install
|
||||
media formats.
|
||||
|
||||
Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail
|
||||
system that includes security and performance enhancements. Plus a new level
|
||||
of "user friendliness" enhancements dealing with deploying just a few jails or
|
||||
large jail environments consisting of 100's of jails.
|
||||
|
||||
Qjail requires no knowledge of the jail command usage. It uses "nullfs" for
|
||||
read-only system binaries, sharing one copy of them with all the jails.
|
||||
|
||||
Uses "mdconfig" to create sparse image jails. Sparse image jails provide a
|
||||
method to limit the total disk space a jail can consume, while only occupying
|
||||
the physical disk space of the sum size of the files in the image jail.
|
||||
|
||||
Ability to assign ip address with their network device name,
|
||||
so aliases are auto created on jail start and auto removed on jail stop.
|
||||
|
||||
Ability to create "ZONE"s of identical qjail systems, each with their own
|
||||
group of jails.
|
||||
|
||||
Ability to designate a portion of the jail name as a group prefix so the
|
||||
command being executed will apply to only those jail names matching that prefix.
|
||||
|
||||
WWW: http://qjail.sourceforge.net/
|
@ -1,9 +0,0 @@
|
||||
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".
|
||||
|
||||
This version supports older RELEASES 8.x and 9.x.
|
||||
Newer versions are better supported by sysutils/qjail.
|
@ -1,38 +0,0 @@
|
||||
bin/qjail
|
||||
etc/qjail.conf.sample
|
||||
etc/qjail.portsnap.conf
|
||||
etc/rc.d/qjail-jail2
|
||||
etc/rc.d/qjail2
|
||||
man/man8/qjail.8.gz
|
||||
man/man8/qjail-intro.8.gz
|
||||
man/man8/qjail-howto.8.gz
|
||||
man/man8/qjail.conf.8.gz
|
||||
%%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/sudoers
|
||||
%%EXAMPLESDIR%%/nullmailer-example/etc/mail/mailer.conf
|
||||
%%EXAMPLESDIR%%/nullmailer-example/etc/rc.conf
|
||||
%%EXAMPLESDIR%%/nullmailer-example/usr/local/etc/nullmailer/remotes
|
||||
%%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/sudoers
|
Loading…
Reference in New Issue
Block a user