diff options
author | wiz <wiz> | 2003-05-22 09:42:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-22 09:42:33 +0000 |
commit | 60f621152b25d2aa56dae2ed7eceddc7dc66d3f1 (patch) | |
tree | 2a24d2355b5428dc0c80bdb11ce11853e769c730 /www/apache2 | |
parent | c599dd5b6a0242d78b73861d6c78a285de22bf1a (diff) | |
download | pkgsrc-60f621152b25d2aa56dae2ed7eceddc7dc66d3f1.tar.gz |
Fix PLIST if APACHE_SUEXEC=YES; lost in 1.4. Noted missing
by Jeremy C. Reed in a reply to PR 20000.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache2/PLIST b/www/apache2/PLIST index 96d80f32bce..de897333851 100644 --- a/www/apache2/PLIST +++ b/www/apache2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2003/04/03 08:27:09 itojun Exp $ +@comment $NetBSD: PLIST,v 1.13 2003/05/22 09:42:33 wiz Exp $ bin/apr-config bin/apu-config etc/rc.d/apache @@ -147,6 +147,7 @@ sbin/htpasswd sbin/httpd sbin/logresolve sbin/rotatelogs +${SUEXEC_COMMENT}sbin/suexec share/examples/httpd/highperformance-std.conf share/examples/httpd/httpd-std.conf share/examples/httpd/magic |