diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-11-27 02:28:54 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-11-27 02:28:54 +0800 |
commit | 86375181079284250710447161d93af6b3dabf3c (patch) | |
tree | 09af77ee0daf04ffa7b07becdb7e0c96ab54441f /sysutils | |
parent | bccf3c7d7ac75496e13c5279b0aa8953cd143ed1 (diff) | |
download | freebsd-ports-gnome-86375181079284250710447161d93af6b3dabf3c.tar.gz freebsd-ports-gnome-86375181079284250710447161d93af6b3dabf3c.tar.zst freebsd-ports-gnome-86375181079284250710447161d93af6b3dabf3c.zip |
Remove sysutils/qjail2, this port is only for FreeBSD 8 and 9 (EoL)
PR: 223885
Submitted by: Joe Barbish <qjail1@a1poweruser.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/qjail2/Makefile | 46 | ||||
-rw-r--r-- | sysutils/qjail2/distinfo | 2 | ||||
-rw-r--r-- | sysutils/qjail2/pkg-descr | 25 | ||||
-rw-r--r-- | sysutils/qjail2/pkg-message | 9 | ||||
-rw-r--r-- | sysutils/qjail2/pkg-plist | 38 |
6 files changed, 0 insertions, 121 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 222d568f60ca..f6cf89c4f729 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -936,7 +936,6 @@ SUBDIR += pydf SUBDIR += qchroot SUBDIR += qjail - SUBDIR += qjail2 SUBDIR += qjail4 SUBDIR += qlogtools SUBDIR += qpxtool diff --git a/sysutils/qjail2/Makefile b/sysutils/qjail2/Makefile deleted file mode 100644 index f3688cbd0f54..000000000000 --- a/sysutils/qjail2/Makefile +++ /dev/null @@ -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> diff --git a/sysutils/qjail2/distinfo b/sysutils/qjail2/distinfo deleted file mode 100644 index af082a7c3314..000000000000 --- a/sysutils/qjail2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qjail-2.2.tar.bz2) = ae7b64b3ecfa2b3db5880e3e7e38fc5e6f4ad8e51353d4343e37ef4c0dab1912 -SIZE (qjail-2.2.tar.bz2) = 56888 diff --git a/sysutils/qjail2/pkg-descr b/sysutils/qjail2/pkg-descr deleted file mode 100644 index 9d5ab89877b6..000000000000 --- a/sysutils/qjail2/pkg-descr +++ /dev/null @@ -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/ diff --git a/sysutils/qjail2/pkg-message b/sysutils/qjail2/pkg-message deleted file mode 100644 index f0add49e0dab..000000000000 --- a/sysutils/qjail2/pkg-message +++ /dev/null @@ -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. diff --git a/sysutils/qjail2/pkg-plist b/sysutils/qjail2/pkg-plist deleted file mode 100644 index 3fd618245af9..000000000000 --- a/sysutils/qjail2/pkg-plist +++ /dev/null @@ -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 |