1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

Follow apache13 and take out configuration files of apache

to avoid rare cases where user-edited are deleted.
This commit is contained in:
Dirk Froemberg 1999-12-28 10:11:40 +00:00
parent 95e5564d4e
commit 1d4d854b34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24198
3 changed files with 9 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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