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 | |
parent | bdecd282e88e8fa52ab17302afb2658c14b2424c (diff) | |
download | freebsd-ports-gnome-728fefd73e3e799450b2d89aaa79072bd40493a1.tar.gz freebsd-ports-gnome-728fefd73e3e799450b2d89aaa79072bd40493a1.tar.zst freebsd-ports-gnome-728fefd73e3e799450b2d89aaa79072bd40493a1.zip |
Follow apache13 and take out configuration files of apache
to avoid rare cases where user-edited are deleted.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/pkg-plist | 7 | ||||
-rw-r--r-- | www/mod_php4/pkg-plist | 7 | ||||
-rw-r--r-- | www/mod_php5/pkg-plist | 7 |
3 files changed, 9 insertions, 12 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 diff --git a/www/mod_php4/pkg-plist b/www/mod_php4/pkg-plist index 13f394b419cd..450f16a55159 100644 --- a/www/mod_php4/pkg-plist +++ b/www/mod_php4/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/php.ini-dist etc/rc.d/apache.sh include/apache/alloc.h @@ -337,7 +337,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 diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist index 13f394b419cd..450f16a55159 100644 --- a/www/mod_php5/pkg-plist +++ b/www/mod_php5/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/php.ini-dist etc/rc.d/apache.sh include/apache/alloc.h @@ -337,7 +337,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 |