diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-24 11:08:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-24 11:08:47 +0000 |
commit | a27d6f0a07ec88a76336fc908d575214e0540fa7 (patch) | |
tree | 8101912f637ab780360c915519bc9942e2900d77 /www/apache2 | |
parent | 5ae3f3df5007569f62812bf9ae7c224be5332f22 (diff) | |
download | pkgsrc-a27d6f0a07ec88a76336fc908d575214e0540fa7.tar.gz |
Add libexec/cgi-bin and two files in there. Addresses part of PR 20854.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/apache2/PLIST b/www/apache2/PLIST index 6077514d517..695523c68d3 100644 --- a/www/apache2/PLIST +++ b/www/apache2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2003/01/28 14:21:56 martti Exp $ +@comment $NetBSD: PLIST,v 1.11 2003/03/24 11:08:47 wiz Exp $ bin/apr-config bin/apu-config etc/rc.d/apache @@ -124,6 +124,8 @@ lib/libaprutil.la lib/libaprutil.so lib/libaprutil.so.9 lib/libaprutil.so.9.2 +libexec/cgi-bin/printenv +libexec/cgi-bin/test-cgi man/man1/dbmmanage.1 man/man1/htdigest.1 man/man1/htpasswd.1 @@ -967,5 +969,6 @@ share/httpd/manual/vhosts/name-based.xml @dirrm share/httpd/build @dirrm share/httpd @dirrm share/examples/httpd +@unexec ${RMDIR} ${PREFIX}/libexec/cgi-bin 2>/dev/null || ${TRUE} @dirrm lib/httpd @dirrm include/httpd |