diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-12-28 10:11:40 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-12-28 10:11:40 +0000 |
commit | 1d4d854b345e871f3007bc38f6b724aa2aaec582 (patch) | |
tree | 339cbfbf61e22ce30008c8901275b5bb2e944cf7 /www/mod_php3/pkg-plist | |
parent | Update to v0.08. (diff) |
Follow apache13 and take out configuration files of apache
to avoid rare cases where user-edited are deleted.
Diffstat (limited to 'www/mod_php3/pkg-plist')
-rw-r--r-- | www/mod_php3/pkg-plist | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_php3/pkg-plist b/www/mod_php3/pkg-plist index 7a04a7340ad7..6e00b13f2949 100644 --- a/www/mod_php3/pkg-plist +++ b/www/mod_php3/pkg-plist @@ -1,12 +1,12 @@ bin/dbmmanage bin/htdigest bin/htpasswd -etc/apache/apache.conf etc/apache/apache.conf.default -etc/apache/magic +@exec [ ! -f %B/apache.conf ] && cp %B/%f %B/apache.conf etc/apache/magic.default -etc/apache/mime.types +@exec [ ! -f %B/magic ] && cp %B/%f %B/magic etc/apache/mime.types.default +@exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types etc/php3.ini-dist etc/rc.d/apache.sh include/apache/alloc.h @@ -341,7 +341,6 @@ share/doc/apache/LICENSE share/doc/apache/README share/doc/php/CODING_STANDARDS share/doc/php/LICENSE -@dirrm etc/apache @dirrm include/apache/xml @dirrm include/apache @dirrm libexec/apache |