summaryrefslogtreecommitdiff
path: root/www/apache/PLIST.shared
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-30 18:40:14 +0000
committerwiz <wiz>2002-07-30 18:40:14 +0000
commit0401023da02322dcaeb161bcdb0aee4e2b21c082 (patch)
treeeea07a151dca6ced325b2f675dc775e593a1f81c /www/apache/PLIST.shared
parent37d4a6dae4100fbf98ed05e58280dfaa20c36aca (diff)
downloadpkgsrc-0401023da02322dcaeb161bcdb0aee4e2b21c082.tar.gz
Update apache packages with some common changes:
Give Apache a user and group by default, not only with suexec. The variables for this have changed from APACHE_SUEXEC_USER and APACHE_SUEXEC_GROUP to APACHE_USER and APACHE_GROUP. Mention 'Apache' in COMMENT. Use variables for the version number instead of copying it around. Bump PKGREVISION. For apache{,6}: Change paths to /var/httpd instead of /var/spool/httpd. Honour STRIPFLAG. Add --without-confadjust as configure argument. Enable the 'define' module. For apache: Enable proxy module on NOPIC platforms. Some of these changes are based on pkg/17469 by Greg A. Woods, some on comments by Johnny Lam. Reviewed by Johnny Lam.
Diffstat (limited to 'www/apache/PLIST.shared')
-rw-r--r--www/apache/PLIST.shared4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/PLIST.shared b/www/apache/PLIST.shared
index a754f90f790..afcaaa7fe70 100644
--- a/www/apache/PLIST.shared
+++ b/www/apache/PLIST.shared
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST.shared,v 1.2 2002/02/01 16:04:39 jlam Exp $
+@comment $NetBSD: PLIST.shared,v 1.3 2002/07/30 18:40:14 wiz Exp $
lib/httpd/httpd.exp
lib/httpd/mod_define.so
lib/httpd/mod_proxy.so
-@dirrm lib/httpd
+@unexec ${RMDIR} %D/lib/httpd 2>/dev/null || ${TRUE}