diff options
Diffstat (limited to 'www/apache13+ipv6/pkg-plist')
-rw-r--r-- | www/apache13+ipv6/pkg-plist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/apache13+ipv6/pkg-plist b/www/apache13+ipv6/pkg-plist index 34cec5b..c370fb8 100644 --- a/www/apache13+ipv6/pkg-plist +++ b/www/apache13+ipv6/pkg-plist @@ -1,14 +1,19 @@ bin/dbmmanage bin/htdigest bin/htpasswd +@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi etc/apache/access.conf.default @exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf +@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf.default; then rm -f %D/etc/apache/httpd.conf; fi etc/apache/httpd.conf.default @exec [ ! -f %B/httpd.conf ] && cp %B/%f %B/httpd.conf +@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic.default; then rm -f %D/etc/apache/magic; fi etc/apache/magic.default @exec [ ! -f %B/magic ] && cp %B/%f %B/magic +@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types.default; then rm -f %D/etc/apache/mime.types; fi etc/apache/mime.types.default @exec [ ! -f %B/mime.types ] && cp %B/%f %B/mime.types +@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf.default; then rm -f %D/etc/apache/srm.conf; fi etc/apache/srm.conf.default @exec [ ! -f %B/srm.conf ] && cp %B/%f %B/srm.conf etc/rc.d/apache.sh @@ -40,7 +45,9 @@ include/apache/multithread.h include/apache/os-inline.c include/apache/os.h include/apache/rfc1413.h +include/apache/sa_len.h include/apache/scoreboard.h +include/apache/sockaddr_storage.h include/apache/util_date.h include/apache/util_md5.h include/apache/util_script.h @@ -91,9 +98,12 @@ share/doc/apache/index.html.en share/doc/apache/index.html.es share/doc/apache/index.html.fr share/doc/apache/index.html.it +share/doc/apache/index.html.ja.jis share/doc/apache/index.html.lu share/doc/apache/index.html.nl +share/doc/apache/index.html.po.iso-pl share/doc/apache/index.html.pt +share/doc/apache/index.html.pt-br share/doc/apache/index.html.se share/doc/apache/manual/LICENSE share/doc/apache/manual/bind.html @@ -337,6 +347,8 @@ www/icons/uuencoded.gif www/icons/world1.gif www/icons/world2.gif @exec mkdir -p %D/www/proxy +@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi +@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi @dirrm etc/apache @dirrm include/apache/xml @dirrm include/apache |