diff options
author | wiz <wiz> | 2003-03-24 11:08:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-24 11:08:47 +0000 |
commit | 56480d06f6071e8d2b01d7da13dd95927bc0fc1a (patch) | |
tree | 8101912f637ab780360c915519bc9942e2900d77 /www/apache2 | |
parent | 8523315d9046b4e6054159ed5c3c4de411091292 (diff) | |
download | pkgsrc-56480d06f6071e8d2b01d7da13dd95927bc0fc1a.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 |