diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-22 17:48:46 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-22 17:48:46 +0000 |
commit | a66c2cea7bb420cab5ab37345a25eca60bc1645a (patch) | |
tree | e6eaf4cf812a2fa6717c27444feba3ba92ead5e9 /www/apache13-modssl/pkg-plist | |
parent | 3b9032fabc47df7c423b0fe802d1060c7b4e5816 (diff) |
- Sync with www/apache13 a bit
- Fix clobbering ${PREFIX}/www on install and warnings coughing up
on deinstall when ${PREFIX}/www is not empty
- Remove pkg-deinstall
PR: ports/39645, ports/36804
Submitted by: Charles Sprickman <freebsd@fasttrackmonkey.com>,
Peter C. Lai <sirmoo@cowbert.2y.net>
Notes
Notes:
svn path=/head/; revision=61745
Diffstat (limited to 'www/apache13-modssl/pkg-plist')
-rw-r--r-- | www/apache13-modssl/pkg-plist | 93 |
1 files changed, 47 insertions, 46 deletions
diff --git a/www/apache13-modssl/pkg-plist b/www/apache13-modssl/pkg-plist index a196c9d412bf..e691902f561e 100644 --- a/www/apache13-modssl/pkg-plist +++ b/www/apache13-modssl/pkg-plist @@ -2,20 +2,20 @@ bin/checkgid 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 +@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf-dist; then rm -f %D/etc/apache/access.conf; fi +etc/apache/access.conf-dist @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 +@unexec if cmp -s %D/etc/apache/httpd.conf %D/etc/apache/httpd.conf-dist; then rm -f %D/etc/apache/httpd.conf; fi +etc/apache/httpd.conf-dist @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 +@unexec if cmp -s %D/etc/apache/magic %D/etc/apache/magic-dist; then rm -f %D/etc/apache/magic; fi +etc/apache/magic-dist @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 +@unexec if cmp -s %D/etc/apache/mime.types %D/etc/apache/mime.types-dist; then rm -f %D/etc/apache/mime.types; fi +etc/apache/mime.types-dist @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 +@unexec if cmp -s %D/etc/apache/srm.conf %D/etc/apache/srm.conf-dist; then rm -f %D/etc/apache/srm.conf; fi +etc/apache/srm.conf-dist @exec [ ! -f %B/srm.conf ] && cp %B/%f %B/srm.conf etc/apache/ssl.crl/Makefile etc/apache/ssl.crl/README.CRL @@ -38,7 +38,8 @@ etc/apache/ssl.key/snakeoil-rsa.key etc/apache/ssl.prm/README.PRM etc/apache/ssl.prm/snakeoil-ca-dsa.prm etc/apache/ssl.prm/snakeoil-dsa.prm -etc/rc.d/apache.sh +@unexec if cmp -s %D/etc/rc.d/apache.sh %D/etc/rc.d/apache.sh-dist; then rm -f %D/etc/rc.d/apache.sh; fi +etc/rc.d/apache.sh-dist include/apache/ap.h include/apache/ap_alloc.h include/apache/ap_compat.h @@ -128,37 +129,37 @@ sbin/apxs sbin/httpd sbin/logresolve sbin/rotatelogs -www/data.default/apache_pb.gif +www/data-dist/apache_pb.gif @exec [ -d %D/www/data/ ] || ln -fs %B %D/www/data -www/data.default/index.html.ca -www/data.default/index.html.cz -www/data.default/index.html.de -www/data.default/index.html.dk -www/data.default/index.html.ee -www/data.default/index.html.el -www/data.default/index.html.en -www/data.default/index.html.es -www/data.default/index.html.fr -www/data.default/index.html.he.iso8859-8 -www/data.default/index.html.it -www/data.default/index.html.ja.jis -www/data.default/index.html.kr.iso-kr -www/data.default/index.html.lb.utf8 -www/data.default/index.html.nl -www/data.default/index.html.nn -www/data.default/index.html.no -www/data.default/index.html.po.iso-pl -www/data.default/index.html.pt -www/data.default/index.html.pt-br -www/data.default/index.html.ru.cp-1251 -www/data.default/index.html.ru.cp866 -www/data.default/index.html.ru.iso-ru -www/data.default/index.html.ru.koi8-r -www/data.default/index.html.ru.ucs2 -www/data.default/index.html.ru.ucs4 -www/data.default/index.html.ru.utf8 -www/data.default/index.html.se -www/data.default/index.html.zh +www/data-dist/index.html.ca +www/data-dist/index.html.cz +www/data-dist/index.html.de +www/data-dist/index.html.dk +www/data-dist/index.html.ee +www/data-dist/index.html.el +www/data-dist/index.html.en +www/data-dist/index.html.es +www/data-dist/index.html.fr +www/data-dist/index.html.he.iso8859-8 +www/data-dist/index.html.it +www/data-dist/index.html.ja.jis +www/data-dist/index.html.kr.iso-kr +www/data-dist/index.html.lb.utf8 +www/data-dist/index.html.nl +www/data-dist/index.html.nn +www/data-dist/index.html.no +www/data-dist/index.html.po.iso-pl +www/data-dist/index.html.pt +www/data-dist/index.html.pt-br +www/data-dist/index.html.ru.cp-1251 +www/data-dist/index.html.ru.cp866 +www/data-dist/index.html.ru.iso-ru +www/data-dist/index.html.ru.koi8-r +www/data-dist/index.html.ru.ucs2 +www/data-dist/index.html.ru.ucs4 +www/data-dist/index.html.ru.utf8 +www/data-dist/index.html.se +www/data-dist/index.html.zh share/doc/apache/LICENSE share/doc/apache/bind.html.en share/doc/apache/bind.html.fr @@ -493,9 +494,9 @@ share/doc/apache/howto/ssi.html.html share/doc/apache/howto/ssi.html.ja.jis share/doc/apache/urlmapping.html share/doc/apache/vhosts/index.html.html -www/cgi-bin.default/printenv +www/cgi-bin-dist/printenv @exec [ -d %D/www/cgi-bin/ ] || ln -fs %B %D/www/cgi-bin -www/cgi-bin.default/test-cgi +www/cgi-bin-dist/test-cgi www/icons/README www/icons/a.gif www/icons/alert.black.gif @@ -737,9 +738,9 @@ www/icons/world2.png @dirrm share/doc/apache/howto @dirrm share/doc/apache/programs @dirrm share/doc/apache -@dirrm www/data.default -@dirrm www/cgi-bin.default +@unexec rmdir %D/www/data-dist 2>/dev/null || true +@unexec rmdir %D/www/cgi-bin-dist 2>/dev/null || true @dirrm www/icons/small @dirrm www/icons @dirrm www/proxy -@dirrm www +@unexec rmdir %D/www 2>/dev/null || true |