diff options
author | dirk <dirk@FreeBSD.org> | 1999-12-28 18:11:40 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-12-28 18:11:40 +0800 |
commit | 728fefd73e3e799450b2d89aaa79072bd40493a1 (patch) | |
tree | 203f2c5f29d143f01f648a5b8a3fb30805428440 /www/mod_php3 | |
parent | bdecd282e88e8fa52ab17302afb2658c14b2424c (diff) | |
download | freebsd-ports-graphics-728fefd73e3e799450b2d89aaa79072bd40493a1.tar.gz freebsd-ports-graphics-728fefd73e3e799450b2d89aaa79072bd40493a1.tar.zst freebsd-ports-graphics-728fefd73e3e799450b2d89aaa79072bd40493a1.zip |
Follow apache13 and take out configuration files of apache
to avoid rare cases where user-edited are deleted.
Diffstat (limited to 'www/mod_php3')
-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 7a04a7340ad..6e00b13f294 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 |