3b4c9025f9
- Add a note to UPDATING, to warn users they won't be able to build apache2 if they keep apr 0.9.x Discussed with: Craig Rodrigues (apr maintainer), kuriyama
530 lines
20 KiB
Plaintext
530 lines
20 KiB
Plaintext
@comment $FreeBSD$
|
|
@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi
|
|
etc/apache2/highperformance-std.conf
|
|
@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf
|
|
@unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi
|
|
etc/apache2/httpd-std.conf
|
|
@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf
|
|
@unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic-dist; then rm -f %D/etc/apache2/magic; fi
|
|
etc/apache2/magic-dist
|
|
@exec [ -f %B/magic ] || cp %B/%f %B/magic
|
|
@unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types-dist; then rm -f %D/etc/apache2/mime.types; fi
|
|
etc/apache2/mime.types-dist
|
|
@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types
|
|
@unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi
|
|
etc/apache2/ssl-std.conf
|
|
@exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf
|
|
etc/rc.d/000.apache2libs.sh
|
|
etc/rc.d/apache2.sh
|
|
include/apache2/ap_compat.h
|
|
include/apache2/ap_config.h
|
|
include/apache2/ap_config_auto.h
|
|
include/apache2/ap_config_layout.h
|
|
include/apache2/ap_listen.h
|
|
include/apache2/ap_mmn.h
|
|
include/apache2/ap_mpm.h
|
|
include/apache2/ap_provider.h
|
|
include/apache2/ap_regkey.h
|
|
include/apache2/ap_release.h
|
|
include/apache2/apr.h
|
|
include/apache2/apr_allocator.h
|
|
include/apache2/apr_anylock.h
|
|
include/apache2/apr_atomic.h
|
|
include/apache2/apr_base64.h
|
|
include/apache2/apr_buckets.h
|
|
include/apache2/apr_compat.h
|
|
include/apache2/apr_date.h
|
|
include/apache2/apr_dbm.h
|
|
include/apache2/apr_dso.h
|
|
include/apache2/apr_env.h
|
|
include/apache2/apr_errno.h
|
|
include/apache2/apr_file_info.h
|
|
include/apache2/apr_file_io.h
|
|
include/apache2/apr_fnmatch.h
|
|
include/apache2/apr_general.h
|
|
include/apache2/apr_getopt.h
|
|
include/apache2/apr_global_mutex.h
|
|
include/apache2/apr_hash.h
|
|
include/apache2/apr_hooks.h
|
|
include/apache2/apr_inherit.h
|
|
include/apache2/apr_ldap.h
|
|
include/apache2/apr_ldap_url.h
|
|
include/apache2/apr_lib.h
|
|
include/apache2/apr_md4.h
|
|
include/apache2/apr_md5.h
|
|
include/apache2/apr_mmap.h
|
|
include/apache2/apr_network_io.h
|
|
include/apache2/apr_optional.h
|
|
include/apache2/apr_optional_hooks.h
|
|
include/apache2/apr_poll.h
|
|
include/apache2/apr_pools.h
|
|
include/apache2/apr_portable.h
|
|
include/apache2/apr_proc_mutex.h
|
|
include/apache2/apr_queue.h
|
|
include/apache2/apr_reslist.h
|
|
include/apache2/apr_ring.h
|
|
include/apache2/apr_rmm.h
|
|
include/apache2/apr_sdbm.h
|
|
include/apache2/apr_sha1.h
|
|
include/apache2/apr_shm.h
|
|
include/apache2/apr_signal.h
|
|
include/apache2/apr_strings.h
|
|
include/apache2/apr_strmatch.h
|
|
include/apache2/apr_support.h
|
|
include/apache2/apr_tables.h
|
|
include/apache2/apr_thread_cond.h
|
|
include/apache2/apr_thread_mutex.h
|
|
include/apache2/apr_thread_proc.h
|
|
include/apache2/apr_thread_rwlock.h
|
|
include/apache2/apr_time.h
|
|
include/apache2/apr_uri.h
|
|
include/apache2/apr_user.h
|
|
include/apache2/apr_uuid.h
|
|
include/apache2/apr_version.h
|
|
include/apache2/apr_want.h
|
|
include/apache2/apr_xlate.h
|
|
include/apache2/apr_xml.h
|
|
include/apache2/apu.h
|
|
include/apache2/apu_compat.h
|
|
include/apache2/apu_version.h
|
|
include/apache2/apu_want.h
|
|
%%WORKER%%include/apache2/fdqueue.h
|
|
%%THREADPOOL%%include/apache2/pod.h
|
|
include/apache2/http_config.h
|
|
include/apache2/http_connection.h
|
|
include/apache2/http_core.h
|
|
include/apache2/http_log.h
|
|
include/apache2/http_main.h
|
|
include/apache2/http_protocol.h
|
|
include/apache2/http_request.h
|
|
include/apache2/http_vhost.h
|
|
include/apache2/httpd.h
|
|
include/apache2/mod_cgi.h
|
|
include/apache2/mod_core.h
|
|
include/apache2/mod_dav.h
|
|
include/apache2/mod_include.h
|
|
include/apache2/mod_log_config.h
|
|
include/apache2/mod_proxy.h
|
|
include/apache2/mod_ssl.h
|
|
include/apache2/mod_status.h
|
|
include/apache2/mpm.h
|
|
include/apache2/mpm_common.h
|
|
include/apache2/mpm_default.h
|
|
include/apache2/os.h
|
|
include/apache2/pcre.h
|
|
include/apache2/pcreposix.h
|
|
%%WORKER%%include/apache2/pod.h
|
|
include/apache2/rfc1413.h
|
|
include/apache2/scoreboard.h
|
|
include/apache2/ssl_expr.h
|
|
include/apache2/ssl_expr_parse.h
|
|
include/apache2/ssl_toolkit_compat.h
|
|
include/apache2/ssl_util_ssl.h
|
|
include/apache2/ssl_util_table.h
|
|
include/apache2/unixd.h
|
|
include/apache2/util_cfgtree.h
|
|
include/apache2/util_charset.h
|
|
include/apache2/util_ebcdic.h
|
|
include/apache2/util_filter.h
|
|
include/apache2/util_ldap.h
|
|
include/apache2/util_md5.h
|
|
include/apache2/util_script.h
|
|
include/apache2/util_time.h
|
|
include/apache2/util_xml.h
|
|
lib/apache2/apr-config
|
|
lib/apache2/apr.exp
|
|
lib/apache2/aprutil.exp
|
|
lib/apache2/apu-config
|
|
lib/apache2/libapr-0.a
|
|
lib/apache2/libapr-0.so
|
|
lib/apache2/libapr-0.so.9
|
|
lib/apache2/libaprutil-0.a
|
|
lib/apache2/libaprutil-0.so
|
|
lib/apache2/libaprutil-0.so.9
|
|
libexec/apache2/httpd.exp
|
|
%%MOD_ACCESS%%libexec/apache2/mod_access.so
|
|
%%MOD_ACTIONS%%libexec/apache2/mod_actions.so
|
|
%%MOD_ALIAS%%libexec/apache2/mod_alias.so
|
|
%%MOD_ASIS%%libexec/apache2/mod_asis.so
|
|
%%MOD_AUTH%%libexec/apache2/mod_auth.so
|
|
%%MOD_AUTH_ANON%%libexec/apache2/mod_auth_anon.so
|
|
%%MOD_AUTH_DBM%%libexec/apache2/mod_auth_dbm.so
|
|
%%MOD_AUTH_DIGEST%%libexec/apache2/mod_auth_digest.so
|
|
%%MOD_AUTH_LDAP%%libexec/apache2/mod_auth_ldap.so
|
|
%%MOD_AUTOINDEX%%libexec/apache2/mod_autoindex.so
|
|
%%MOD_BUCKETEER%%libexec/apache2/mod_bucketeer.so
|
|
%%MOD_CACHE%%libexec/apache2/mod_cache.so
|
|
%%MOD_CASE_FILTER%%libexec/apache2/mod_case_filter.so
|
|
%%MOD_CASE_FILTER_IN%%libexec/apache2/mod_case_filter_in.so
|
|
%%MOD_CERN_META%%libexec/apache2/mod_cern_meta.so
|
|
%%MOD_CGI%%libexec/apache2/mod_cgi.so
|
|
%%MOD_CGID%%libexec/apache2/mod_cgid.so
|
|
%%MOD_CHARSET_LITE%%libexec/apache2/mod_charset_lite.so
|
|
%%MOD_DAV%%libexec/apache2/mod_dav.so
|
|
%%MOD_DAV_FS%%libexec/apache2/mod_dav_fs.so
|
|
%%MOD_DEFLATE%%libexec/apache2/mod_deflate.so
|
|
%%MOD_DIR%%libexec/apache2/mod_dir.so
|
|
%%MOD_DISK_CACHE%%libexec/apache2/mod_disk_cache.so
|
|
%%MOD_ENV%%libexec/apache2/mod_env.so
|
|
%%MOD_EXPIRES%%libexec/apache2/mod_expires.so
|
|
%%MOD_EXT_FILTER%%libexec/apache2/mod_ext_filter.so
|
|
%%MOD_FILE_CACHE%%libexec/apache2/mod_file_cache.so
|
|
%%MOD_HEADERS%%libexec/apache2/mod_headers.so
|
|
%%MOD_IMAP%%libexec/apache2/mod_imap.so
|
|
%%MOD_INCLUDE%%libexec/apache2/mod_include.so
|
|
%%MOD_INFO%%libexec/apache2/mod_info.so
|
|
%%MOD_LDAP%%libexec/apache2/mod_ldap.so
|
|
%%MOD_LOG_CONFIG%%libexec/apache2/mod_log_config.so
|
|
%%MOD_LOGIO%%libexec/apache2/mod_logio.so
|
|
%%MOD_MEM_CACHE%%libexec/apache2/mod_mem_cache.so
|
|
%%MOD_MIME%%libexec/apache2/mod_mime.so
|
|
%%MOD_MIME_MAGIC%%libexec/apache2/mod_mime_magic.so
|
|
%%MOD_NEGOTIATION%%libexec/apache2/mod_negotiation.so
|
|
%%MOD_OPTIONAL_HOOK_EXPORT%%libexec/apache2/mod_optional_hook_export.so
|
|
%%MOD_OPTIONAL_HOOK_IMPORT%%libexec/apache2/mod_optional_hook_import.so
|
|
%%MOD_OPTIONAL_FN_IMPORT%%libexec/apache2/mod_optional_fn_import.so
|
|
%%MOD_OPTIONAL_FN_EXPORT%%libexec/apache2/mod_optional_fn_export.so
|
|
%%MOD_PROXY%%libexec/apache2/mod_proxy.so
|
|
%%MOD_PROXY_CONNECT%%libexec/apache2/mod_proxy_connect.so
|
|
%%MOD_PROXY_FTP%%libexec/apache2/mod_proxy_ftp.so
|
|
%%MOD_PROXY_HTTP%%libexec/apache2/mod_proxy_http.so
|
|
%%MOD_REWRITE%%libexec/apache2/mod_rewrite.so
|
|
%%MOD_SETENVIF%%libexec/apache2/mod_setenvif.so
|
|
%%MOD_SPELING%%libexec/apache2/mod_speling.so
|
|
%%MOD_SSL%%libexec/apache2/mod_ssl.so
|
|
%%MOD_STATUS%%libexec/apache2/mod_status.so
|
|
%%MOD_SUEXEC%%libexec/apache2/mod_suexec.so
|
|
%%MOD_UNIQUE_ID%%libexec/apache2/mod_unique_id.so
|
|
%%MOD_USERDIR%%libexec/apache2/mod_userdir.so
|
|
%%MOD_USERTRACK%%libexec/apache2/mod_usertrack.so
|
|
%%MOD_VHOST_ALIAS%%libexec/apache2/mod_vhost_alias.so
|
|
sbin/ab
|
|
sbin/apachectl
|
|
sbin/apxs
|
|
sbin/checkgid
|
|
sbin/dbmmanage
|
|
sbin/envvars
|
|
sbin/envvars-std
|
|
sbin/htdbm
|
|
sbin/htdigest
|
|
sbin/htpasswd
|
|
sbin/httpd
|
|
sbin/logresolve
|
|
sbin/rotatelogs
|
|
%%MOD_SUEXEC%%sbin/suexec
|
|
share/apache2/build/apr_rules.mk
|
|
share/apache2/build/config_vars.mk
|
|
share/apache2/build/config.nice
|
|
share/apache2/build/instdso.sh
|
|
share/apache2/build/library.mk
|
|
share/apache2/build/libtool
|
|
share/apache2/build/ltlib.mk
|
|
share/apache2/build/program.mk
|
|
share/apache2/build/rules.mk
|
|
share/apache2/build/special.mk
|
|
%%CGI%%@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi
|
|
%%CGI%%@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin
|
|
%%CGI%%www/cgi-bin-dist/printenv
|
|
%%CGI%%www/cgi-bin-dist/test-cgi
|
|
%%WWWDATA%%@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi
|
|
%%WWWDATA%%@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data
|
|
%%WWWDATA%%www/data-dist/apache_pb.gif
|
|
%%WWWDATA%%www/data-dist/apache_pb.png
|
|
%%WWWDATA%%www/data-dist/apache_pb2.gif
|
|
%%WWWDATA%%www/data-dist/apache_pb2.png
|
|
%%WWWDATA%%www/data-dist/apache_pb2_ani.gif
|
|
%%WWWDATA%%www/data-dist/index.html.ca
|
|
%%WWWDATA%%www/data-dist/index.html.cz.iso8859-2
|
|
%%WWWDATA%%www/data-dist/index.html.de
|
|
%%WWWDATA%%www/data-dist/index.html.dk
|
|
%%WWWDATA%%www/data-dist/index.html.ee
|
|
%%WWWDATA%%www/data-dist/index.html.el
|
|
%%WWWDATA%%www/data-dist/index.html.en
|
|
%%WWWDATA%%www/data-dist/index.html.es
|
|
%%WWWDATA%%www/data-dist/index.html.et
|
|
%%WWWDATA%%www/data-dist/index.html.fr
|
|
%%WWWDATA%%www/data-dist/index.html.he.iso8859-8
|
|
%%WWWDATA%%www/data-dist/index.html.hr.iso8859-2
|
|
%%WWWDATA%%www/data-dist/index.html.it
|
|
%%WWWDATA%%www/data-dist/index.html.ja.iso2022-jp
|
|
%%WWWDATA%%www/data-dist/index.html.ko.euc-kr
|
|
%%WWWDATA%%www/data-dist/index.html.lb.utf8
|
|
%%WWWDATA%%www/data-dist/index.html.nl
|
|
%%WWWDATA%%www/data-dist/index.html.nn
|
|
%%WWWDATA%%www/data-dist/index.html.no
|
|
%%WWWDATA%%www/data-dist/index.html.po.iso8859-2
|
|
%%WWWDATA%%www/data-dist/index.html.pt
|
|
%%WWWDATA%%www/data-dist/index.html.pt-br
|
|
%%WWWDATA%%www/data-dist/index.html.ru.cp-1251
|
|
%%WWWDATA%%www/data-dist/index.html.ru.cp866
|
|
%%WWWDATA%%www/data-dist/index.html.ru.iso-ru
|
|
%%WWWDATA%%www/data-dist/index.html.ru.koi8-r
|
|
%%WWWDATA%%www/data-dist/index.html.ru.utf8
|
|
%%WWWDATA%%www/data-dist/index.html.sv
|
|
%%WWWDATA%%www/data-dist/index.html.var
|
|
%%WWWDATA%%www/data-dist/index.html.zh-cn.gb2312
|
|
%%WWWDATA%%www/data-dist/index.html.zh-tw.big5
|
|
%%ERROR%%@unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi
|
|
%%ERROR%%@exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error
|
|
%%ERROR%%www/error-dist/HTTP_BAD_GATEWAY.html.var
|
|
%%ERROR%%www/error-dist/HTTP_BAD_REQUEST.html.var
|
|
%%ERROR%%www/error-dist/HTTP_FORBIDDEN.html.var
|
|
%%ERROR%%www/error-dist/HTTP_GONE.html.var
|
|
%%ERROR%%www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var
|
|
%%ERROR%%www/error-dist/HTTP_LENGTH_REQUIRED.html.var
|
|
%%ERROR%%www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var
|
|
%%ERROR%%www/error-dist/HTTP_NOT_ACCEPTABLE.html.var
|
|
%%ERROR%%www/error-dist/HTTP_NOT_FOUND.html.var
|
|
%%ERROR%%www/error-dist/HTTP_NOT_IMPLEMENTED.html.var
|
|
%%ERROR%%www/error-dist/HTTP_PRECONDITION_FAILED.html.var
|
|
%%ERROR%%www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
|
|
%%ERROR%%www/error-dist/HTTP_REQUEST_TIME_OUT.html.var
|
|
%%ERROR%%www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var
|
|
%%ERROR%%www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var
|
|
%%ERROR%%www/error-dist/HTTP_UNAUTHORIZED.html.var
|
|
%%ERROR%%www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
|
|
%%ERROR%%www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var
|
|
%%ERROR%%www/error-dist/README
|
|
%%ERROR%%www/error-dist/contact.html.var
|
|
%%ERROR%%www/error-dist/include/bottom.html
|
|
%%ERROR%%www/error-dist/include/spacer.html
|
|
%%ERROR%%www/error-dist/include/top.html
|
|
%%ICONS%%@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi
|
|
%%ICONS%%@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons
|
|
%%ICONS%%www/icons-dist/README
|
|
%%ICONS%%www/icons-dist/a.gif
|
|
%%ICONS%%www/icons-dist/a.png
|
|
%%ICONS%%www/icons-dist/alert.black.gif
|
|
%%ICONS%%www/icons-dist/alert.black.png
|
|
%%ICONS%%www/icons-dist/alert.red.gif
|
|
%%ICONS%%www/icons-dist/alert.red.png
|
|
%%ICONS%%www/icons-dist/apache_pb.gif
|
|
%%ICONS%%www/icons-dist/apache_pb.png
|
|
%%ICONS%%www/icons-dist/apache_pb2.gif
|
|
%%ICONS%%www/icons-dist/apache_pb2.png
|
|
%%ICONS%%www/icons-dist/apache_pb2_ani.gif
|
|
%%ICONS%%www/icons-dist/back.gif
|
|
%%ICONS%%www/icons-dist/back.png
|
|
%%ICONS%%www/icons-dist/ball.gray.gif
|
|
%%ICONS%%www/icons-dist/ball.gray.png
|
|
%%ICONS%%www/icons-dist/ball.red.gif
|
|
%%ICONS%%www/icons-dist/ball.red.png
|
|
%%ICONS%%www/icons-dist/binary.gif
|
|
%%ICONS%%www/icons-dist/binary.png
|
|
%%ICONS%%www/icons-dist/binhex.gif
|
|
%%ICONS%%www/icons-dist/binhex.png
|
|
%%ICONS%%www/icons-dist/blank.gif
|
|
%%ICONS%%www/icons-dist/blank.png
|
|
%%ICONS%%www/icons-dist/bomb.gif
|
|
%%ICONS%%www/icons-dist/bomb.png
|
|
%%ICONS%%www/icons-dist/box1.gif
|
|
%%ICONS%%www/icons-dist/box1.png
|
|
%%ICONS%%www/icons-dist/box2.gif
|
|
%%ICONS%%www/icons-dist/box2.png
|
|
%%ICONS%%www/icons-dist/broken.gif
|
|
%%ICONS%%www/icons-dist/broken.png
|
|
%%ICONS%%www/icons-dist/burst.gif
|
|
%%ICONS%%www/icons-dist/burst.png
|
|
%%ICONS%%www/icons-dist/c.gif
|
|
%%ICONS%%www/icons-dist/c.png
|
|
%%ICONS%%www/icons-dist/comp.blue.gif
|
|
%%ICONS%%www/icons-dist/comp.blue.png
|
|
%%ICONS%%www/icons-dist/comp.gray.gif
|
|
%%ICONS%%www/icons-dist/comp.gray.png
|
|
%%ICONS%%www/icons-dist/compressed.gif
|
|
%%ICONS%%www/icons-dist/compressed.png
|
|
%%ICONS%%www/icons-dist/continued.gif
|
|
%%ICONS%%www/icons-dist/continued.png
|
|
%%ICONS%%www/icons-dist/dir.gif
|
|
%%ICONS%%www/icons-dist/dir.png
|
|
%%ICONS%%www/icons-dist/diskimg.gif
|
|
%%ICONS%%www/icons-dist/diskimg.png
|
|
%%ICONS%%www/icons-dist/down.gif
|
|
%%ICONS%%www/icons-dist/down.png
|
|
%%ICONS%%www/icons-dist/dvi.gif
|
|
%%ICONS%%www/icons-dist/dvi.png
|
|
%%ICONS%%www/icons-dist/f.gif
|
|
%%ICONS%%www/icons-dist/f.png
|
|
%%ICONS%%www/icons-dist/folder.gif
|
|
%%ICONS%%www/icons-dist/folder.open.gif
|
|
%%ICONS%%www/icons-dist/folder.open.png
|
|
%%ICONS%%www/icons-dist/folder.png
|
|
%%ICONS%%www/icons-dist/folder.sec.gif
|
|
%%ICONS%%www/icons-dist/folder.sec.png
|
|
%%ICONS%%www/icons-dist/forward.gif
|
|
%%ICONS%%www/icons-dist/forward.png
|
|
%%ICONS%%www/icons-dist/freebsd.gif
|
|
%%ICONS%%www/icons-dist/generic.gif
|
|
%%ICONS%%www/icons-dist/generic.png
|
|
%%ICONS%%www/icons-dist/generic.red.gif
|
|
%%ICONS%%www/icons-dist/generic.red.png
|
|
%%ICONS%%www/icons-dist/generic.sec.gif
|
|
%%ICONS%%www/icons-dist/generic.sec.png
|
|
%%ICONS%%www/icons-dist/hand.right.gif
|
|
%%ICONS%%www/icons-dist/hand.right.png
|
|
%%ICONS%%www/icons-dist/hand.up.gif
|
|
%%ICONS%%www/icons-dist/hand.up.png
|
|
%%ICONS%%www/icons-dist/icon.sheet.gif
|
|
%%ICONS%%www/icons-dist/icon.sheet.png
|
|
%%ICONS%%www/icons-dist/image1.gif
|
|
%%ICONS%%www/icons-dist/image1.png
|
|
%%ICONS%%www/icons-dist/image2.gif
|
|
%%ICONS%%www/icons-dist/image2.png
|
|
%%ICONS%%www/icons-dist/image3.gif
|
|
%%ICONS%%www/icons-dist/image3.png
|
|
%%ICONS%%www/icons-dist/index.gif
|
|
%%ICONS%%www/icons-dist/index.png
|
|
%%ICONS%%www/icons-dist/layout.gif
|
|
%%ICONS%%www/icons-dist/layout.png
|
|
%%ICONS%%www/icons-dist/left.gif
|
|
%%ICONS%%www/icons-dist/left.png
|
|
%%ICONS%%www/icons-dist/link.gif
|
|
%%ICONS%%www/icons-dist/link.png
|
|
%%ICONS%%www/icons-dist/movie.gif
|
|
%%ICONS%%www/icons-dist/movie.png
|
|
%%ICONS%%www/icons-dist/p.gif
|
|
%%ICONS%%www/icons-dist/p.png
|
|
%%ICONS%%www/icons-dist/patch.gif
|
|
%%ICONS%%www/icons-dist/patch.png
|
|
%%ICONS%%www/icons-dist/pdf.gif
|
|
%%ICONS%%www/icons-dist/pdf.png
|
|
%%ICONS%%www/icons-dist/pie0.gif
|
|
%%ICONS%%www/icons-dist/pie0.png
|
|
%%ICONS%%www/icons-dist/pie1.gif
|
|
%%ICONS%%www/icons-dist/pie1.png
|
|
%%ICONS%%www/icons-dist/pie2.gif
|
|
%%ICONS%%www/icons-dist/pie2.png
|
|
%%ICONS%%www/icons-dist/pie3.gif
|
|
%%ICONS%%www/icons-dist/pie3.png
|
|
%%ICONS%%www/icons-dist/pie4.gif
|
|
%%ICONS%%www/icons-dist/pie4.png
|
|
%%ICONS%%www/icons-dist/pie5.gif
|
|
%%ICONS%%www/icons-dist/pie5.png
|
|
%%ICONS%%www/icons-dist/pie6.gif
|
|
%%ICONS%%www/icons-dist/pie6.png
|
|
%%ICONS%%www/icons-dist/pie7.gif
|
|
%%ICONS%%www/icons-dist/pie7.png
|
|
%%ICONS%%www/icons-dist/pie8.gif
|
|
%%ICONS%%www/icons-dist/pie8.png
|
|
%%ICONS%%www/icons-dist/portal.gif
|
|
%%ICONS%%www/icons-dist/portal.png
|
|
%%ICONS%%www/icons-dist/ps.gif
|
|
%%ICONS%%www/icons-dist/ps.png
|
|
%%ICONS%%www/icons-dist/quill.gif
|
|
%%ICONS%%www/icons-dist/quill.png
|
|
%%ICONS%%www/icons-dist/right.gif
|
|
%%ICONS%%www/icons-dist/right.png
|
|
%%ICONS%%www/icons-dist/screw1.gif
|
|
%%ICONS%%www/icons-dist/screw1.png
|
|
%%ICONS%%www/icons-dist/screw2.gif
|
|
%%ICONS%%www/icons-dist/screw2.png
|
|
%%ICONS%%www/icons-dist/script.gif
|
|
%%ICONS%%www/icons-dist/script.png
|
|
%%ICONS%%www/icons-dist/small/README.txt
|
|
%%ICONS%%www/icons-dist/small/back.gif
|
|
%%ICONS%%www/icons-dist/small/back.png
|
|
%%ICONS%%www/icons-dist/small/binary.gif
|
|
%%ICONS%%www/icons-dist/small/binary.png
|
|
%%ICONS%%www/icons-dist/small/binhex.gif
|
|
%%ICONS%%www/icons-dist/small/binhex.png
|
|
%%ICONS%%www/icons-dist/small/blank.gif
|
|
%%ICONS%%www/icons-dist/small/blank.png
|
|
%%ICONS%%www/icons-dist/small/broken.gif
|
|
%%ICONS%%www/icons-dist/small/broken.png
|
|
%%ICONS%%www/icons-dist/small/burst.gif
|
|
%%ICONS%%www/icons-dist/small/burst.png
|
|
%%ICONS%%www/icons-dist/small/comp1.gif
|
|
%%ICONS%%www/icons-dist/small/comp1.png
|
|
%%ICONS%%www/icons-dist/small/comp2.gif
|
|
%%ICONS%%www/icons-dist/small/comp2.png
|
|
%%ICONS%%www/icons-dist/small/compressed.gif
|
|
%%ICONS%%www/icons-dist/small/compressed.png
|
|
%%ICONS%%www/icons-dist/small/continued.gif
|
|
%%ICONS%%www/icons-dist/small/continued.png
|
|
%%ICONS%%www/icons-dist/small/dir.gif
|
|
%%ICONS%%www/icons-dist/small/dir.png
|
|
%%ICONS%%www/icons-dist/small/dir2.gif
|
|
%%ICONS%%www/icons-dist/small/dir2.png
|
|
%%ICONS%%www/icons-dist/small/doc.gif
|
|
%%ICONS%%www/icons-dist/small/doc.png
|
|
%%ICONS%%www/icons-dist/small/forward.gif
|
|
%%ICONS%%www/icons-dist/small/forward.png
|
|
%%ICONS%%www/icons-dist/small/generic.gif
|
|
%%ICONS%%www/icons-dist/small/generic.png
|
|
%%ICONS%%www/icons-dist/small/generic2.gif
|
|
%%ICONS%%www/icons-dist/small/generic2.png
|
|
%%ICONS%%www/icons-dist/small/generic3.gif
|
|
%%ICONS%%www/icons-dist/small/generic3.png
|
|
%%ICONS%%www/icons-dist/small/image.gif
|
|
%%ICONS%%www/icons-dist/small/image.png
|
|
%%ICONS%%www/icons-dist/small/image2.gif
|
|
%%ICONS%%www/icons-dist/small/image2.png
|
|
%%ICONS%%www/icons-dist/small/index.gif
|
|
%%ICONS%%www/icons-dist/small/index.png
|
|
%%ICONS%%www/icons-dist/small/key.gif
|
|
%%ICONS%%www/icons-dist/small/key.png
|
|
%%ICONS%%www/icons-dist/small/movie.gif
|
|
%%ICONS%%www/icons-dist/small/movie.png
|
|
%%ICONS%%www/icons-dist/small/patch.gif
|
|
%%ICONS%%www/icons-dist/small/patch.png
|
|
%%ICONS%%www/icons-dist/small/ps.gif
|
|
%%ICONS%%www/icons-dist/small/ps.png
|
|
%%ICONS%%www/icons-dist/small/rainbow.gif
|
|
%%ICONS%%www/icons-dist/small/rainbow.png
|
|
%%ICONS%%www/icons-dist/small/sound.gif
|
|
%%ICONS%%www/icons-dist/small/sound.png
|
|
%%ICONS%%www/icons-dist/small/sound2.gif
|
|
%%ICONS%%www/icons-dist/small/sound2.png
|
|
%%ICONS%%www/icons-dist/small/tar.gif
|
|
%%ICONS%%www/icons-dist/small/tar.png
|
|
%%ICONS%%www/icons-dist/small/text.gif
|
|
%%ICONS%%www/icons-dist/small/text.png
|
|
%%ICONS%%www/icons-dist/small/transfer.gif
|
|
%%ICONS%%www/icons-dist/small/transfer.png
|
|
%%ICONS%%www/icons-dist/small/unknown.gif
|
|
%%ICONS%%www/icons-dist/small/unknown.png
|
|
%%ICONS%%www/icons-dist/small/uu.gif
|
|
%%ICONS%%www/icons-dist/small/uu.png
|
|
%%ICONS%%www/icons-dist/sound1.gif
|
|
%%ICONS%%www/icons-dist/sound1.png
|
|
%%ICONS%%www/icons-dist/sound2.gif
|
|
%%ICONS%%www/icons-dist/sound2.png
|
|
%%ICONS%%www/icons-dist/sphere1.gif
|
|
%%ICONS%%www/icons-dist/sphere1.png
|
|
%%ICONS%%www/icons-dist/sphere2.gif
|
|
%%ICONS%%www/icons-dist/sphere2.png
|
|
%%ICONS%%www/icons-dist/tar.gif
|
|
%%ICONS%%www/icons-dist/tar.png
|
|
%%ICONS%%www/icons-dist/tex.gif
|
|
%%ICONS%%www/icons-dist/tex.png
|
|
%%ICONS%%www/icons-dist/text.gif
|
|
%%ICONS%%www/icons-dist/text.png
|
|
%%ICONS%%www/icons-dist/transfer.gif
|
|
%%ICONS%%www/icons-dist/transfer.png
|
|
%%ICONS%%www/icons-dist/unknown.gif
|
|
%%ICONS%%www/icons-dist/unknown.png
|
|
%%ICONS%%www/icons-dist/up.gif
|
|
%%ICONS%%www/icons-dist/up.png
|
|
%%ICONS%%www/icons-dist/uu.gif
|
|
%%ICONS%%www/icons-dist/uu.png
|
|
%%ICONS%%www/icons-dist/uuencoded.gif
|
|
%%ICONS%%www/icons-dist/uuencoded.png
|
|
%%ICONS%%www/icons-dist/world1.gif
|
|
%%ICONS%%www/icons-dist/world1.png
|
|
%%ICONS%%www/icons-dist/world2.gif
|
|
%%ICONS%%www/icons-dist/world2.png
|
|
%%ICONS%%@dirrm www/icons-dist/small
|
|
%%ICONS%%@dirrm www/icons-dist
|
|
%%ERROR%%@dirrm www/error-dist/include
|
|
%%ERROR%%@dirrm www/error-dist
|
|
%%WWWDATA%%@dirrm www/data-dist
|
|
%%CGI%%@dirrm www/cgi-bin-dist
|
|
@dirrm share/apache2/build
|
|
@dirrm share/apache2
|
|
@unexec rmdir %D/libexec/apache2 2> /dev/null || true
|
|
@dirrm lib/apache2
|
|
@dirrm include/apache2
|
|
@exec mkdir -p %D/etc/apache2/Includes 2> /dev/null || true
|
|
@unexec rmdir %D/etc/apache2/Includes 2> /dev/null || true
|
|
@unexec rmdir %D/etc/apache2 2> /dev/null || echo "===> If you plan to do not reinstall apache2, you can safely remove %D/etc/apache2."
|