summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-26 11:09:51 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-26 11:09:51 +0000
commit1508f2058286e7a37458c19ab9dff924c6f7b044 (patch)
tree6ff8ec1aeee21c4ea384d0c7057821e42d07aef9 /www
parente5554143beb107645a61dac46eb93eee3f711139 (diff)
downloadpkgsrc-1508f2058286e7a37458c19ab9dff924c6f7b044.tar.gz
GC apache2-only module.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-chroot/DESCR6
-rw-r--r--www/ap2-chroot/MESSAGE23
-rw-r--r--www/ap2-chroot/Makefile27
-rw-r--r--www/ap2-chroot/PLIST8
-rw-r--r--www/ap2-chroot/distinfo5
5 files changed, 0 insertions, 69 deletions
diff --git a/www/ap2-chroot/DESCR b/www/ap2-chroot/DESCR
deleted file mode 100644
index 00e57e86b0c..00000000000
--- a/www/ap2-chroot/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-mod_chroot makes running Apache in a secure chroot environment easy.
-You don't need to create a special directory hierarchy containing
-/dev, /lib, /etc...
-mod_chroot allows you to run Apache in a chroot jail with no additional files.
-The chroot() system call is performed at the end of startup procedure - when
-all libraries are loaded and log files open.
diff --git a/www/ap2-chroot/MESSAGE b/www/ap2-chroot/MESSAGE
deleted file mode 100644
index e873d7c1cd2..00000000000
--- a/www/ap2-chroot/MESSAGE
+++ /dev/null
@@ -1,23 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/12/04 14:12:19 ben Exp $
-
-In order to enable mod_chroot in your Apache installation, you need to add
-the following to your httpd.conf file:
-
- LoadModule chroot_module lib/httpd/mod_chroot.so
-
-Please also refer to the documentation in:
-
- ${PREFIX}/share/doc/mod_chroot/
-
-It can be useful to null mount /var/run into CHROOTDIR/var/run, so that
-apachectl and etc/rc.d/apache can still find the PID to stop apache.
-
-For the UserDir feature, CHROOTDIR/etc/pwd.db and passwd need to exist.
-Alternatively, instead of UserDir, one could null mount
-/home/USER/public_html into DocumentRoot/~USER.
-
-Take care configuring DocumentRoot, because apache will not start unless
-the directory also exists before the chroot is performed.
-
-===========================================================================
diff --git a/www/ap2-chroot/Makefile b/www/ap2-chroot/Makefile
deleted file mode 100644
index b03bc8ab215..00000000000
--- a/www/ap2-chroot/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2014/06/11 12:57:23 joerg Exp $
-
-DISTNAME= mod_chroot-0.5
-PKGNAME= ${DISTNAME:S/mod_/${APACHE_PKG_PREFIX}-/}
-CATEGORIES= www security
-MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://core.segfault.pl/~hobbit/mod_chroot/
-COMMENT= Module to easily run Apache in a chroot environment
-LICENSE= gnu-gpl-v2
-
-# functional conflict, apache>=2.2.10 has builtin ChrootDir directive support.
-CONFLICTS+= apache>=2.2.10
-
-APACHE_MODULE= yes
-APACHE_MODULE_NAME= mod_chroot.la
-NO_CONFIGURE= yes
-
-PKG_APACHE_ACCEPTED= apache2
-INSTALLATION_DIRS+= share/doc/mod_chroot
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/[A-Z]* ${DESTDIR}${PREFIX}/share/doc/mod_chroot/
-
-.include "../../mk/apache.module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap2-chroot/PLIST b/www/ap2-chroot/PLIST
deleted file mode 100644
index 776a4b1c31a..00000000000
--- a/www/ap2-chroot/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2011/02/04 11:40:12 obache Exp $
-lib/httpd/mod_chroot.so
-share/doc/mod_chroot/CAVEATS
-share/doc/mod_chroot/ChangeLog
-share/doc/mod_chroot/INSTALL
-share/doc/mod_chroot/LICENSE
-share/doc/mod_chroot/README
-share/doc/mod_chroot/README.Apache20
diff --git a/www/ap2-chroot/distinfo b/www/ap2-chroot/distinfo
deleted file mode 100644
index 3f42f0147ad..00000000000
--- a/www/ap2-chroot/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2011/02/04 11:40:12 obache Exp $
-
-SHA1 (mod_chroot-0.5.tar.gz) = 42935c37fb163ff519651ddd0b0fd6982a978015
-RMD160 (mod_chroot-0.5.tar.gz) = baba1cac0f05953dac5ab7f483bbc49417eaf8ff
-Size (mod_chroot-0.5.tar.gz) = 15055 bytes