diff options
Diffstat (limited to 'net')
26 files changed, 0 insertions, 2227 deletions
diff --git a/net/Makefile b/net/Makefile index a3f64b17b3af..bbb6a4a78793 100644 --- a/net/Makefile +++ b/net/Makefile @@ -75,7 +75,6 @@ SUBDIR += calendarsupport SUBDIR += ccxstream SUBDIR += ceph - SUBDIR += ceph-devel SUBDIR += cf SUBDIR += chrony SUBDIR += citrix_ica @@ -85,7 +84,6 @@ SUBDIR += clusterit SUBDIR += cnd SUBDIR += coda6_client - SUBDIR += coda6_server SUBDIR += concourse-fly SUBDIR += corkscrew SUBDIR += corosync2 @@ -569,7 +567,6 @@ SUBDIR += openmpi SUBDIR += openmpi2 SUBDIR += openmpi3 - SUBDIR += openmq SUBDIR += openmq-client SUBDIR += openntpd SUBDIR += opennx diff --git a/net/ceph-devel/Makefile b/net/ceph-devel/Makefile deleted file mode 100644 index f7de95c826a0..000000000000 --- a/net/ceph-devel/Makefile +++ /dev/null @@ -1,148 +0,0 @@ -# Created by: Willem Jan Withagen <wjw@digiware.nl> -# $FreeBSD$ - -PORTNAME= ceph -DISTVERSION= wip.v2017-08-15-1 -PORTREVISION= 5 -CATEGORIES= net -PKGNAMESUFFIX= -devel - -MAINTAINER= wjw@digiware.nl -COMMENT= Ceph delivers object, block, and file storage in a unified system - -LICENSE= GPLv2 LGPL3 -LICENSE_COMB= dual - -BROKEN= fails to build with boost 1.66, see bug 224185 -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 -# even though i386 will build, it is not really advised. -ONLY_FOR_ARCHS= amd64 -IGNORE_FreeBSD_10= Doesnt build for FreeBSD 10.x - -BUILD_DEPENDS= \ - yasm:devel/yasm \ - pkgconf:devel/pkgconf \ - sphinx-build:textproc/py-sphinx \ - ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \ - gperf:devel/gperf -LIB_DEPENDS= \ - ${PY_BOOST} \ - libboost_thread.so:devel/boost-libs \ - libleveldb.so:databases/leveldb \ - libldap.so:net/openldap24-client \ - libnss3.so:security/nss \ - libcryptopp.so:security/cryptopp \ - libsnappy.so:archivers/snappy \ - libcurl.so:ftp/curl \ - libxml2.so:textproc/libxml2 \ - libexpat.so:textproc/expat2 \ - liblz4.so:archivers/liblz4 \ - libfcgi.so:www/fcgi \ - libplds4.so:devel/nspr \ - libtcmalloc.so:devel/google-perftools -RUN_DEPENDS= \ - bash:shells/bash \ - ${LOCALBASE}/bin/getopt:misc/getopt \ - xml:textproc/xmlstarlet \ - jq:textproc/jq \ - flock:sysutils/flock \ - virtualenv:devel/py-virtualenv - -CONFLICTS_INSTALL= ceph - -USES= gmake cmake:outsource,noninja python:2.7 fuse gettext-runtime shebangfix -USE_PYTHON= cython -USE_GITHUB= yes -GH_ACCOUNT= wjwithagen:DEFAULT -GH_TUPLE+= ceph:ceph-erasure-code-corpus:2d7d78b:ceph_erasure_code_corpus/ceph-erasure-code-corpus -GH_TUPLE+= ceph:ceph-object-corpus:f0ba19f:ceph_object_corpus/ceph-object-corpus -GH_TUPLE+= ceph:Beast:d8db5f1:Beast/src/Beast -GH_TUPLE+= ceph:blkin:f24ceec:blkin/src/blkin -GH_TUPLE+= boostorg:boost:1790aff:boost/src/boost -GH_TUPLE+= ceph:civetweb:de23828:civetweb/src/civetweb -GH_TUPLE+= 01org:isa-l_crypto:603529a:isa_l_crypto/src/crypto/isa-l/isa-l_crypto -GH_TUPLE+= ceph:dpdk:d3bfeaa:dpdk/src/dpdk -GH_TUPLE+= ceph:gf-complete:7e61b44:gf_complete/src/erasure-code/jerasure/gf-complete -GH_TUPLE+= ceph:jerasure:96c76b8:jerasure/src/erasure-code/jerasure/jerasure -GH_TUPLE+= ceph:googletest:fdb8504:googletest/src/googletest -GH_TUPLE+= ceph:isa-l:7e1a337:isa_l/src/isa-l -GH_TUPLE+= ceph:lua:1fce39c:lua/src/lua -GH_TUPLE+= ceph:rapidjson:f54b0e4:rapidjson/src/rapidjson -GH_TUPLE+= ceph:rocksdb:e15382c:rocksdb/src/rocksdb -GH_TUPLE+= ceph:spdk:5742e9b:spdk/src/spdk -GH_TUPLE+= ceph:xxHash:1f40c65:xxHash/src/xxHash -GH_TUPLE+= facebook:zstd:dc99312:zstd/src/zstd - -CMAKE_BUILD_TYPE= Release -CMAKE_ARGS= \ - -D ENABLE_GIT_VERSION:BOOL=OFF \ - -D WITH_SYSTEM_BOOST:BOOL=ON \ - -D CEPH_MAN_DIR:STRING=man \ - -D WITH_LTTNG:BOOL=OFF \ - -D WITH_BABELTRACE:BOOL=OFF \ - -D WITH_FUSE:BOOL=ON \ - -D WITH_KRBD:BOOL=OFF \ - -D WITH_XFS:BOOL=OFF \ - -D WITH_KVS:BOOL=OFF \ - -D WITH_LIBCEPHFS:BOOL=OFF \ - -D WITH_CEPHFS:BOOL=OFF \ - -D WITH_EMBEDDED:BOOL=OFF - -SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ - src/brag/client/ceph-brag src/ceph-rest-api \ - src/tools/ceph-monstore-update-crush.sh src/mount.fuse.ceph \ - src/ceph-create-keys - -USE_RC_SUBR= ceph -USE_LDCONFIG= yes - -USERS= ceph -GROUPS= ceph - -pre-configure: - ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build - -post-install: - # create directory infra used by ceph daemons - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph - ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds - ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd - ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-rgw - ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mgr - ${MKDIR} ${STAGEDIR}/var/lib/ceph/mds - ${MKDIR} ${STAGEDIR}/var/lib/ceph/mon - ${MKDIR} ${STAGEDIR}/var/lib/ceph/osd - ${MKDIR} ${STAGEDIR}/var/lib/ceph/mgr - ${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp - ${MKDIR} ${STAGEDIR}/var/lib/ceph/radosgw - ${MKDIR} ${STAGEDIR}/var/log/ceph - ${MKDIR} ${STAGEDIR}/var/run/ceph - # Use the Ceph init.d script as the interface to regular - # starting and stopping deamons. rc.d work is done thru - # a separate rc.d/ceph script calling init-ceph again. - ${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph - # remove files not packaged - ${RM} ${STAGEDIR}${DOCSDIR}/sample.fetch_config - ${RM} ${STAGEDIR}${DOCSDIR}/sample.ceph.conf - ${RMDIR} ${STAGEDIR}${DOCSDIR} - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_bench_log - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_multi_stress_watch - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_perf* - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_psim - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_scratchtoolpp - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_smalliobench* - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_test* - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench - ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench - ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev - # ceph-volume does not support ZFS - ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume-* - ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume/ - ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume - ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume-systemd - - ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d - ${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample - -.include <bsd.port.mk> diff --git a/net/ceph-devel/distinfo b/net/ceph-devel/distinfo deleted file mode 100644 index 0a3c8a743fac..000000000000 --- a/net/ceph-devel/distinfo +++ /dev/null @@ -1,39 +0,0 @@ -TIMESTAMP = 1502801493 -SHA256 (wjwithagen-ceph-wip.v2017-08-15-1_GH0.tar.gz) = 171b8f5314e888c810289e282e7bffdbb9e1b1acb659b5e1d3530faea4e5eeeb -SIZE (wjwithagen-ceph-wip.v2017-08-15-1_GH0.tar.gz) = 17068265 -SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 -SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266 -SHA256 (ceph-ceph-object-corpus-f0ba19f_GH0.tar.gz) = 90e4052c6dca0e272bdca492216e62fdc0d19719e121451798295799bdf95499 -SIZE (ceph-ceph-object-corpus-f0ba19f_GH0.tar.gz) = 1837935 -SHA256 (ceph-Beast-d8db5f1_GH0.tar.gz) = a0dda7ee9abdef7f6e2a3f178e85dbfa7ebc8ce428ccc6cd0ac76883f406808b -SIZE (ceph-Beast-d8db5f1_GH0.tar.gz) = 17823430 -SHA256 (ceph-blkin-f24ceec_GH0.tar.gz) = fe4102f569f7e21e126ebef12d34537e565e53b0ec5c40eaafac9e2a525672f9 -SIZE (ceph-blkin-f24ceec_GH0.tar.gz) = 19628 -SHA256 (boostorg-boost-1790aff_GH0.tar.gz) = 3cc1b0c5047e37deaffa13584620358965710b0a799432783fed5fd28551929c -SIZE (boostorg-boost-1790aff_GH0.tar.gz) = 1096788 -SHA256 (ceph-civetweb-de23828_GH0.tar.gz) = a9a95dd58e9b4a696fa0c822c1401856c55ef9b67fb28cf15d97f19f1af2ecbd -SIZE (ceph-civetweb-de23828_GH0.tar.gz) = 6850197 -SHA256 (01org-isa-l_crypto-603529a_GH0.tar.gz) = 52708b98c832bb7e6db60c949ece261d9609c822ae55239b0f2133cec2b3d155 -SIZE (01org-isa-l_crypto-603529a_GH0.tar.gz) = 439149 -SHA256 (ceph-dpdk-d3bfeaa_GH0.tar.gz) = 4a0053ee644467fb20682c8eb86823871e9e4321010fef6d91205a5616739c63 -SIZE (ceph-dpdk-d3bfeaa_GH0.tar.gz) = 10864497 -SHA256 (ceph-gf-complete-7e61b44_GH0.tar.gz) = 7b0e5c1b41399d2c7d97ed7a7547ebf40023bcd104ed9a8b2b75bdee440c1a4d -SIZE (ceph-gf-complete-7e61b44_GH0.tar.gz) = 342303 -SHA256 (ceph-jerasure-96c76b8_GH0.tar.gz) = 06edaeb8cb5c3076e34cb53dd91c91d54d46fb8c3b837c6280ea2ed076556beb -SIZE (ceph-jerasure-96c76b8_GH0.tar.gz) = 806334 -SHA256 (ceph-googletest-fdb8504_GH0.tar.gz) = ece3265dae4d0fe5a52e7164432bb416de8bdb45e1c8cf8f361bbe893db30bb8 -SIZE (ceph-googletest-fdb8504_GH0.tar.gz) = 1281068 -SHA256 (ceph-isa-l-7e1a337_GH0.tar.gz) = 8099bc6ca3ca6ed9376f6cc5072a84d7a1863e2d7f2344bf08682d4efb7ae788 -SIZE (ceph-isa-l-7e1a337_GH0.tar.gz) = 458398 -SHA256 (ceph-lua-1fce39c_GH0.tar.gz) = fb5f778ce4da349ca903512a2fdb3987b12e3f0a52ab088fb011a8e4dd55848c -SIZE (ceph-lua-1fce39c_GH0.tar.gz) = 366778 -SHA256 (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 35c330d40ed9def99e8dea8f3b0e4fda7610b813b6f4aac9a70ffefcb9ab1f1e -SIZE (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 1019457 -SHA256 (ceph-rocksdb-e15382c_GH0.tar.gz) = e23177dd893b81b4d3d959464ee8e5c4fe64a408841c2584b29540c60ac5cf47 -SIZE (ceph-rocksdb-e15382c_GH0.tar.gz) = 3278113 -SHA256 (ceph-spdk-5742e9b_GH0.tar.gz) = 92ad8cb3f9814044d859533ceaf1e6c4a273f503148a875d30a3424873cf5bee -SIZE (ceph-spdk-5742e9b_GH0.tar.gz) = 671818 -SHA256 (ceph-xxHash-1f40c65_GH0.tar.gz) = 809e06b7493ed01f13c7ba972393a5a6d23dd92fd6b884381aa907005e569372 -SIZE (ceph-xxHash-1f40c65_GH0.tar.gz) = 25484 -SHA256 (facebook-zstd-dc99312_GH0.tar.gz) = e10abc649b2708ad9112e138001a9c88eed05cae35e1139f5b96a51a549cf724 -SIZE (facebook-zstd-dc99312_GH0.tar.gz) = 769078 diff --git a/net/ceph-devel/files/ceph.in b/net/ceph-devel/files/ceph.in deleted file mode 100644 index ce8f3326a21d..000000000000 --- a/net/ceph-devel/files/ceph.in +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: ceph -# REQUIRE: LOGIN -# BEFORE: securelevel -# KEYWORD: shutdown - -# Add the following lines to /etc/rc.conf to enable `ceph': -# -# ceph_enable="YES" -# - -. /etc/rc.subr - -PATH=$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin - -name="ceph" -rcvar=${name}_enable -extra_commands="condrestart" - -load_rc_config ${name} - -# read configuration and set defaults -: ${ceph_enable="NO"} -: ${ceph_configfile:=%%PREFIX%%/etc/ceph/ceph.conf} - -start_cmd="%%PREFIX%%/bin/init-ceph $*" -stop_cmd="%%PREFIX%%/bin/init-ceph $*" -restart_cmd="%%PREFIX%%/bin/init-ceph $*" -condrestart_cmd="%%PREFIX%%/bin/init-ceph $*" - -run_rc_command "$1" "$*" - diff --git a/net/ceph-devel/pkg-descr b/net/ceph-devel/pkg-descr deleted file mode 100644 index 36f0aa7439a7..000000000000 --- a/net/ceph-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Ceph is a distributed object store and file system designed to provide -excellent performance, reliability and scalability. - -* Object Storage - Ceph provides seamless access to objects using native language bindings or - radosgw, a REST interface for applications written with S3 and Swift. -* Block Storage - Ceph's RADOS Block Device (RBD) provides access to block device images - that are striped and replicated across the entire storage cluster. -* File System - Ceph provides a POSIX-compliant network file system aiming for large data - storage, high performance, and maximum compatibility with legacy applications. - -This FreeBSD build will build most of the tools in Ceph: -* Mon, OSD, rados, RadosGW, rbd -* init-ceph, and etc/rc.d/ceph on top of that -* ceph-disk {prepare, activate} -With these tools one can build a multi server, multi osd cluster fully -running on FreeBSD and do some testing... - -WWW: https://ceph.com/ diff --git a/net/ceph-devel/pkg-plist b/net/ceph-devel/pkg-plist deleted file mode 100644 index 99a1f94f462c..000000000000 --- a/net/ceph-devel/pkg-plist +++ /dev/null @@ -1,1377 +0,0 @@ -bin/ceph -bin/ceph-authtool -bin/ceph-brag -bin/ceph-clsinfo -bin/ceph-conf -bin/ceph-coverage -bin/ceph-crush-location -bin/ceph-debugpack -bin/ceph-dencoder -bin/ceph-detect-init -bin/ceph-fuse -bin/ceph-kvstore-tool -bin/ceph-mds -bin/ceph-mgr -bin/ceph-mon -bin/ceph-monstore-tool -bin/ceph-objectstore-tool -bin/ceph-osd -bin/ceph-osdomap-tool -bin/ceph-post-file -bin/ceph-rbdnamer -bin/ceph-rest-api -bin/ceph-run -bin/ceph_erasure_code -bin/ceph_erasure_code_benchmark -bin/ceph_objectstore_bench -bin/ceph_omapbench -bin/ceph_radosacl -bin/ceph_rgw_jsonparser -bin/ceph_rgw_multiparser -bin/ceph_scratchtool -bin/crushtool -bin/init-ceph -bin/librados-config -bin/monmaptool -bin/osdmaptool -bin/rados -bin/radosgw -bin/radosgw-admin -bin/radosgw-es -bin/radosgw-object-expirer -bin/radosgw-token -bin/rbd -bin/rbd-fuse -bin/rbd-ggate -bin/rbd-mirror -bin/rbd-replay -bin/rbd-replay-many -bin/rbdmap -etc/bash_completion.d/ceph -etc/bash_completion.d/rados -etc/bash_completion.d/radosgw-admin -etc/bash_completion.d/rbd -%%ETCDIR%%/ceph.conf.sample -include/rados/buffer.h -include/rados/buffer_fwd.h -include/rados/crc32c.h -include/rados/inline_memory.h -include/rados/librados.h -include/rados/librados.hpp -include/rados/librgw.h -include/rados/memory.h -include/rados/objclass.h -include/rados/page.h -include/rados/rados_types.h -include/rados/rados_types.hpp -include/rados/rgw_file.h -include/radosstriper/libradosstriper.h -include/radosstriper/libradosstriper.hpp -include/rbd/features.h -include/rbd/librbd.h -include/rbd/librbd.hpp -lib/ceph/ceph-monstore-update-crush.sh -lib/ceph/compressor/libceph_snappy.so -lib/ceph/compressor/libceph_snappy.so.2 -lib/ceph/compressor/libceph_snappy.so.2.0.0 -lib/ceph/compressor/libceph_zlib.so -lib/ceph/compressor/libceph_zlib.so.2 -lib/ceph/compressor/libceph_zlib.so.2.0.0 -lib/ceph/compressor/libceph_zstd.so -lib/ceph/compressor/libceph_zstd.so.2 -lib/ceph/compressor/libceph_zstd.so.2.0.0 -lib/ceph/crypto/libceph_crypto_isal.so -lib/ceph/crypto/libceph_crypto_isal.so.1 -lib/ceph/crypto/libceph_crypto_isal.so.1.0.0 -lib/ceph/erasure-code/libec_isa.so -lib/ceph/erasure-code/libec_jerasure.so -lib/ceph/erasure-code/libec_jerasure_generic.so -lib/ceph/erasure-code/libec_jerasure_sse3.so -lib/ceph/erasure-code/libec_jerasure_sse4.so -lib/ceph/erasure-code/libec_lrc.so -lib/ceph/erasure-code/libec_shec.so -lib/ceph/erasure-code/libec_shec_generic.so -lib/ceph/erasure-code/libec_shec_sse3.so -lib/ceph/erasure-code/libec_shec_sse4.so -lib/ceph/libceph-common.so -lib/ceph/libceph-common.so.0 -lib/ceph/mgr/status/__init__.py -lib/ceph/mgr/status/module.py -lib/ceph/mgr/.gitignore -lib/ceph/mgr/restful/module.py -lib/ceph/mgr/restful/common.py -lib/ceph/mgr/restful/__init__.py -lib/ceph/mgr/restful/api/request.py -lib/ceph/mgr/restful/api/config.py -lib/ceph/mgr/restful/api/doc.py -lib/ceph/mgr/restful/api/crush.py -lib/ceph/mgr/restful/api/pool.py -lib/ceph/mgr/restful/api/osd.py -lib/ceph/mgr/restful/api/server.py -lib/ceph/mgr/restful/api/mon.py -lib/ceph/mgr/restful/api/__init__.py -lib/ceph/mgr/restful/hooks.py -lib/ceph/mgr/restful/decorators.py -lib/ceph/mgr/dashboard/HACKING.rst -lib/ceph/mgr/dashboard/rbd_iscsi.html -lib/ceph/mgr/dashboard/rbd_iscsi.py -lib/ceph/mgr/dashboard/rbd_mirroring.html -lib/ceph/mgr/dashboard/rbd_mirroring.py -lib/ceph/mgr/dashboard/rbd_pool.html -lib/ceph/mgr/dashboard/static/Ceph_Logo_Standard_RGB_White_120411_fa.png -lib/ceph/mgr/dashboard/static/logo-mini.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.gitignore -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/composer.json -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/license.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/dependencies.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/layout.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/download.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/implementations.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/adminlte-options.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/upgrade.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/advice.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/browsers.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/plugins.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/faq.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/introduction.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/components.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/docs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/style.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bower.json -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/index2.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.jshintrc -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/package.json -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/boxed.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/collapsed-sidebar.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/fixed.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/top-nav.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/widgets.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/flot.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/chartjs.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/inline.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/morris.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/advanced.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/editors.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/general.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/register.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/404.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/invoice.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/login.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/blank.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/pace.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/lockscreen.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/profile.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/500.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/invoice-print.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/calendar.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/tables/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/tables/data.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/icons.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/timeline.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/modals.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/general.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/sliders.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/buttons.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/compose.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/read-mail.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/mailbox.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user1-128x128.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar3.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user3-128x128.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/default-50x50.gif -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo1.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user5-128x128.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo4.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo3.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user2-160x160.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/boxed-bg.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user8-128x128.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar04.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user7-128x128.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar5.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar2.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user4-128x128.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo2.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user6-128x128.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/icons.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/paypal2.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/mestro.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/cirrus.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/mastercard.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/paypal.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/american-express.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/visa.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/boxed-bg.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/demo.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/pages/dashboard2.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/pages/dashboard.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/app.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/app.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/AdminLTE.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red-light.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green-light.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow-light.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black-light.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple-light.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/_all-skins.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green-light.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue-light.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow-light.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple-light.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/_all-skins.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue-light.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black-light.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red-light.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/AdminLTE.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-slider/bootstrap-slider.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-slider/slider.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/sparkline/jquery.sparkline.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/sparkline/jquery.sparkline.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.full.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/zh-TW.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/en.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/vi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/zh-CN.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ko.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/km.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/nb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/it.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ru.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/he.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/tr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/el.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/mk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ar.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fa.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/id.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/is.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/nl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/gl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/eu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/et.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ms.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/cs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/lt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/de.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/lv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pt-BR.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/th.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ro.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/es.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/uk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/az.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sr-Cyrl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ja.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/da.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/bg.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.full.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/bootstrap-datepicker.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/datepicker3.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ja.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.da.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.bg.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.es.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.kr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.az.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.no.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.lv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.th.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ro.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ka.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.gl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ms.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.et.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.de.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.lt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.cs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.hu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.kk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.rs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.id.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.is.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sw.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.cy.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fa.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ru.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.it.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.tr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.he.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.mk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.hr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.el.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ar.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sq.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.vi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ua.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/img/sprite-skin-nice.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/img/sprite-skin-flat.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.skinFlat.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.skinNice.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/slimScroll/jquery.slimscroll.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/slimScroll/jquery.slimscroll.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQuery/jquery-2.2.3.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/hue-horizontal.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/hue.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/saturation.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/alpha.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/alpha-horizontal.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/icons.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/lock-open.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/refresh.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/lock.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/arrow.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/close.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/close.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/refresh.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/lock.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/spinner.gif -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/readme.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie7.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/icons_hidpi.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_iequirks.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie7.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie8.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_gecko.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_iequirks.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie8.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/adapters/jquery.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/styles.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlinetextarea.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/inlineall/logo.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/posteddata.php -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/uilanguages/languages.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/sample.jpg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlinebycode.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/api.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/magicline/magicline.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample_posteddata.php -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/replacebyclass.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/divreplace.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/enterkey/enterkey.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/uicolor.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/uilanguages.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/jquery.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/ajax.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/replacebycode.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/toolbar/toolbar.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/datafiltering.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/readonly.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/appendto.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlineall.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/wysiwygarea/fullpage.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/outputforflash.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/outputhtml.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/tabindex.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/dialog/assets/my_dialog.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/dialog/dialog.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/xhtmlstyle.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/js/sample.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/js/sf.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/css/fontello.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/config.json -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.ttf -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.woff -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.eot -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.svg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/header-bg.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/logo.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/navigation-tip.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/header-separator.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/github-top.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/css/samples.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/ckeditor.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/eo.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/vi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ko.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/af.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sq.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/mk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/gu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/el.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ar.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/it.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ru.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/km.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/nb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/tr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/he.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ug.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fa.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/mn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pt-br.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/cy.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/is.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fr-ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/tt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/id.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ms.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/et.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/de.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-au.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/lt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/cs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ku.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/nl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/eu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/gl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/th.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sr-latn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ro.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/zh.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ka.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/no.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/lv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/si.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/de-ch.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-gb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/es.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/uk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fo.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bg.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ja.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/zh-cn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/da.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/README.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/build-config.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/contents.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/config.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/CHANGES.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/icons_hidpi.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/tabletools/dialogs/tableCell.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/af.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/clipboard/dialogs/paste.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/about.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/icon.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/icon-rtl.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/images/anchor.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/images/hidpi/anchor.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/dialogs/anchor.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/dialogs/link.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/pastefromword/filter/default.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/README.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/LICENSE.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/CHANGELOG.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/dialogs/toolbar.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/dialogs/options.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/table/dialogs/table.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/icons.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/LICENSE.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/ciframe.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc_ie.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/README.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/image/dialogs/image.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/image/images/noimage.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/th.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/si.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/no.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/lv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/de.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/cs.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/lt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/et.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/eu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/gl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ku.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/nl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/bg.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/da.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ja.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/uk.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/es.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ar.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/hr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/el.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/tr.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/he.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/it.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ru.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pl.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/km.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/nb.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ko.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/eo.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/vi.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sq.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/en.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/af.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/id.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/hu.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/tt.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sv.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ug.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fa.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/cy.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/dialog/dialogDefinition.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/LICENSE.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fastclick/fastclick.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fastclick/fastclick.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.print.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/License.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/column-control.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/custom-renderer.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/disable-child-rows.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/right-column.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/whole-row-control.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/classes.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/init-classes.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/auto.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/complexHeader.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/fixedHeader.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/bootstrap.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/foundation.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/compact.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/scrolling.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/default.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/new.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/ajax.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/option.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/className.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/Readme.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/js/dataTables.responsive.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/js/dataTables.responsive.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/css/dataTables.responsive.scss -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/css/dataTables.responsive.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/Readme.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/images/insert.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/License.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/colvis.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/server_side.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/realtime.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/fixedcolumns.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/predefined.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/scrolling.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/reset.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/state_save.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/jqueryui.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/col_filter.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/new_init.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/alt_insert.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/fixedheader.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/js/dataTables.keyTable.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/js/dataTables.keyTable.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/Readme.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/events.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/html.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/scrolling.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/Readme.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/js/dataTables.autoFill.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/js/dataTables.autoFill.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/images/filler.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/scrolling.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/fill-both.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/step-callback.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/complete-callback.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/columns.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/fill-horizontal.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/Readme.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/two_tables.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/zIndexes.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/top_left_right.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/header_footer.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/js/dataTables.fixedColumns.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/js/dataTables.fixedColumns.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/two_columns.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/size_fluid.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/rowspan.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/server-side-processing.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/colvis.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/size_fixed.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/css_size.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/right_column.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/col_filter.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/index_column.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/left_right_columns.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/bootstrap.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/License.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/Readme.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/data/ssp.php -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/data/2500.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/large_js_source.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/state_saving.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/api_scrolling.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/server-side_processing.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/css/dataTables.scroller.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/css/dataTables.scroller.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/Readme.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/images/loading-background.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/js/dataTables.scroller.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/js/dataTables.scroller.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/copy.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/xls.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/xls_hover.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/csv.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/collection_hover.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/pdf.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/copy_hover.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/pdf_hover.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/print.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/print_hover.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/collection.psd -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/file_types.psd -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/copy document.psd -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/printer.psd -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/collection.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/csv_hover.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/swf/copy_csv_xls.swf -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/plug-in.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_column.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_single.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/multi_instance.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/ajax.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/button_text.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/defaults.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/alter_buttons.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/pdf_message.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_os.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/bootstrap.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/jqueryui.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/multiple_tables.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/swf_path.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/collection.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/new_init.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_multi.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/Readme.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/exclude_columns.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/mouseover.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/restore.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/two_tables.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/title_callback.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/new_init.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/text.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/two_tables_identical.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/group_columns.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/index.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/simple.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/button_order.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/jqueryui.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colVis.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colvis.jqueryui.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colVis.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/License.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/Readme.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/js/dataTables.colVis.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/js/dataTables.colVis.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_asc.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_both.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_desc_disabled.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_desc.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_asc_disabled.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables_themeroller.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/green.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/_all.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/grey.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/blue.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/aero.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/yellow.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/purple.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/orange.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/pink.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/red.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/_all.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/_all.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/icheck.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/icheck.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/all.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/_all.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow@2x.png -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/chartjs/Chart.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/chartjs/Chart.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.navigate.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.selection.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.symbol.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.categories.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.image.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.resize.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.symbol.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.fillbetween.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/excanvas.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.stack.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.fillbetween.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.selection.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.colorhelpers.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.time.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.errorbars.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.time.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.canvas.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.pie.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.errorbars.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.categories.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/excanvas.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.resize.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.threshold.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.pie.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.crosshair.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.crosshair.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.colorhelpers.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.image.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.threshold.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.canvas.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.navigate.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.stack.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/readme.txt -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/phone-be.json -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/phone-codes.json -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.numeric.extensions.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.phone.extensions.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.regex.extensions.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.extensions.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.date.extensions.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/knob/jquery.knob.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-1.2.2.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-world-mill-en.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-usa-en.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/daterangepicker.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/daterangepicker.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/moment.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/moment.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQueryUI/jquery-ui.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQueryUI/jquery-ui.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/LICENSE -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/changelog.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/README.md -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/nav-divider.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/size.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/table-row.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/reset-filter.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/labels.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/buttons.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/image.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/progress-bar.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/grid.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/alerts.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/list-group.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/reset-text.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/vendor-prefixes.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/resize.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/background-variant.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/responsive-visibility.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-overflow.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/pagination.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/clearfix.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/opacity.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-emphasis.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/forms.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/nav-vertical-align.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/grid-framework.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/center-block.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/panels.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/gradients.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/hide-text.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/border-radius.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/tab-focus.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/variables.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/select2.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/alerts.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/boxes.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/control-sidebar.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/mixins.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/info-box.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/timeline.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/header.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/miscellaneous.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/dropdown.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/modal.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/.csslintrc -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/small-box.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/login_and_register.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/callout.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/carousel.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/labels.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/variables.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/navs.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/sidebar.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/fullcalendar.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/social-widgets.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/AdminLTE.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/invoice.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/progress-bars.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/print.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/buttons.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-purple-light.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-blue.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-blue-light.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-red-light.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-green.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-yellow-light.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/_all-skins.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-purple.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-green-light.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-black-light.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-black.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-yellow.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-red.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/sidebar-mini.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/table.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/profile.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/users-list.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/mailbox.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/direct-chat.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/core.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/forms.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/bootstrap-social.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/products.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/lockscreen.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/404_500_errors.less -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/npm.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/bootstrap.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/bootstrap.min.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.eot -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.woff2 -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.svg -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.ttf -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.woff -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.min.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.min.css.map -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.css.map -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.css -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/starter.html -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/Gruntfile.js -lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/index.html -lib/ceph/mgr/dashboard/static/favicon.ico -lib/ceph/mgr/dashboard/static/rivets.bundled.min.js -lib/ceph/mgr/dashboard/static/underscore-min.js -lib/ceph/mgr/dashboard/servers.html -lib/ceph/mgr/dashboard/clients.html -lib/ceph/mgr/dashboard/osd_perf.html -lib/ceph/mgr/dashboard/remote_view_cache.py -lib/ceph/mgr/dashboard/rbd_ls.py -lib/ceph/mgr/dashboard/base.html -lib/ceph/mgr/dashboard/health.html -lib/ceph/mgr/dashboard/osds.html -lib/ceph/mgr/dashboard/cephfs_clients.py -lib/ceph/mgr/dashboard/module.py -lib/ceph/mgr/dashboard/README.rst -lib/ceph/mgr/dashboard/filesystem.html -lib/ceph/mgr/dashboard/types.py -lib/ceph/mgr/dashboard/__init__.py -lib/ceph/mgr/prometheus/__init__.py -lib/ceph/mgr/prometheus/module.py -lib/ceph/mgr/zabbix/module.py -lib/ceph/mgr/zabbix/zabbix_template.xml -lib/ceph/mgr/zabbix/__init__.py -lib/ceph/mgr/mgr_module.py -lib/librados.so -lib/librados.so.2 -lib/librados.so.2.0.0 -lib/libradosstriper.so -lib/libradosstriper.so.1 -lib/libradosstriper.so.1.0.0 -lib/librbd.so -lib/librbd.so.1 -lib/librbd.so.1.12.0 -lib/librgw.so -lib/librgw.so.2 -lib/librgw.so.2.0.0 -%%PYTHON_SITELIBDIR%%/ceph_argparse.py -%%PYTHON_SITELIBDIR%%/ceph_daemon.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/entry_points.txt -%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/ceph_detect_init-1.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt -%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/alpine/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/arch/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/centos/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/debian/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/docker/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/exc.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/fedora/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/freebsd/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/gentoo/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/main.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/oraclevms/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/rhel/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_detect_init/suse/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/entry_points.txt -%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/ceph_disk-1.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt -%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.py -%%PYTHON_SITELIBDIR%%/ceph_disk/__init__.pyc -%%PYTHON_SITELIBDIR%%/ceph_disk/main.py -%%PYTHON_SITELIBDIR%%/ceph_disk/main.pyc -%%PYTHON_SITELIBDIR%%/ceph_rest_api.py -%%PYTHON_SITELIBDIR%%/ceph_volume_client.py -%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/rados-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt -%%PYTHON_SITELIBDIR%%/rados.so -%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/rbd-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt -%%PYTHON_SITELIBDIR%%/rbd.so -%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/rgw-2.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt -%%PYTHON_SITELIBDIR%%/rgw.so -lib/rados-classes/libcls_hello.so -lib/rados-classes/libcls_hello.so.1 -lib/rados-classes/libcls_hello.so.1.0.0 -lib/rados-classes/libcls_journal.so -lib/rados-classes/libcls_journal.so.1 -lib/rados-classes/libcls_journal.so.1.0.0 -lib/rados-classes/libcls_lock.so -lib/rados-classes/libcls_lock.so.1 -lib/rados-classes/libcls_lock.so.1.0.0 -lib/rados-classes/libcls_log.so -lib/rados-classes/libcls_log.so.1 -lib/rados-classes/libcls_log.so.1.0.0 -lib/rados-classes/libcls_lua.so -lib/rados-classes/libcls_lua.so.1 -lib/rados-classes/libcls_lua.so.1.0.0 -lib/rados-classes/libcls_numops.so -lib/rados-classes/libcls_numops.so.1 -lib/rados-classes/libcls_numops.so.1.0.0 -lib/rados-classes/libcls_rbd.so -lib/rados-classes/libcls_rbd.so.1 -lib/rados-classes/libcls_rbd.so.1.0.0 -lib/rados-classes/libcls_refcount.so -lib/rados-classes/libcls_refcount.so.1 -lib/rados-classes/libcls_refcount.so.1.0.0 -lib/rados-classes/libcls_replica_log.so -lib/rados-classes/libcls_replica_log.so.1 -lib/rados-classes/libcls_replica_log.so.1.0.0 -lib/rados-classes/libcls_rgw.so -lib/rados-classes/libcls_rgw.so.1 -lib/rados-classes/libcls_rgw.so.1.0.0 -lib/rados-classes/libcls_sdk.so -lib/rados-classes/libcls_sdk.so.1 -lib/rados-classes/libcls_sdk.so.1.0.0 -lib/rados-classes/libcls_statelog.so -lib/rados-classes/libcls_statelog.so.1 -lib/rados-classes/libcls_statelog.so.1.0.0 -lib/rados-classes/libcls_timeindex.so -lib/rados-classes/libcls_timeindex.so.1 -lib/rados-classes/libcls_timeindex.so.1.0.0 -lib/rados-classes/libcls_user.so -lib/rados-classes/libcls_user.so.1 -lib/rados-classes/libcls_user.so.1.0.0 -lib/rados-classes/libcls_version.so -lib/rados-classes/libcls_version.so.1 -lib/rados-classes/libcls_version.so.1.0.0 -libexec/ceph/ceph-osd-prestart.sh -libexec/ceph/ceph_common.sh -man/man8/ceph-authtool.8.gz -man/man8/ceph-clsinfo.8.gz -man/man8/ceph-conf.8.gz -man/man8/ceph-create-keys.8.gz -man/man8/ceph-debugpack.8.gz -man/man8/ceph-dencoder.8.gz -man/man8/ceph-deploy.8.gz -man/man8/ceph-detect-init.8.gz -man/man8/ceph-disk.8.gz -man/man8/ceph-fuse.8.gz -man/man8/ceph-mds.8.gz -man/man8/ceph-mon.8.gz -man/man8/ceph-osd.8.gz -man/man8/ceph-post-file.8.gz -man/man8/ceph-rbdnamer.8.gz -man/man8/ceph-rest-api.8.gz -man/man8/ceph-run.8.gz -man/man8/ceph-syn.8.gz -man/man8/ceph.8.gz -man/man8/crushtool.8.gz -man/man8/librados-config.8.gz -man/man8/monmaptool.8.gz -man/man8/mount.ceph.8.gz -man/man8/osdmaptool.8.gz -man/man8/rados.8.gz -man/man8/radosgw-admin.8.gz -man/man8/radosgw.8.gz -man/man8/rbd-fuse.8.gz -man/man8/rbd-ggate.8.gz -man/man8/rbd-mirror.8.gz -man/man8/rbd-replay-many.8.gz -man/man8/rbd-replay-prep.8.gz -man/man8/rbd-replay.8.gz -man/man8/rbd.8.gz -man/man8/rbdmap.8.gz -sbin/ceph-create-keys -sbin/ceph-disk -sbin/mount.fuse.ceph -%%DATADIR%%/id_rsa_drop.ceph.com -%%DATADIR%%/id_rsa_drop.ceph.com.pub -%%DATADIR%%/known_hosts_drop.ceph.com -@owner root -@group wheel -@mode 755 -@dir /var/lib -@owner 167 -@group 167 -@mode 750 -@dir /var/lib/ceph/bootstrap-mds -@dir /var/lib/ceph/bootstrap-osd -@dir /var/lib/ceph/bootstrap-rgw -@dir /var/lib/ceph/bootstrap-mgr -@dir /var/lib/ceph/mds -@dir /var/lib/ceph/mon -@dir /var/lib/ceph/osd -@dir /var/lib/ceph/mgr -@dir /var/lib/ceph/tmp -@dir /var/lib/ceph/radosgw -@dir /var/lib/ceph -@dir /var/log/ceph -@dir /var/run/ceph diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile deleted file mode 100644 index 88b2246e20d4..000000000000 --- a/net/coda6_server/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Tim Robbins -# $FreeBSD$ - -PORTNAME= coda -PORTVERSION= 6.9.4 -PORTREVISION?= 7 -CATEGORIES= net -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ - ftp://ftp.planetmirror.com/pub/coda/src/ \ - ftp://ftp.nctu.edu.tw/mirror/Coda/src/ \ - ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ -PKGNAMESUFFIX= -${CODA_SUITE} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Server programs for a replicated high-performance network file system - -BROKEN= fails to build -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -LIB_DEPENDS= liblwp.so:devel/lwp \ - librpc2.so:devel/rpc2 \ - librvmlwp.so:devel/rvm - -USES= pkgconfig gmake shebangfix perl5 readline -USE_PERL5= run -SHEBANG_FILES= coda-src/scripts/tape.pl \ - coda-src/scripts/volinfo.pl \ - coda-src/scripts/volsizes.pl \ - coda-src/scripts/volmunge -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-${CODA_SUITE} -CODA_SUITE?= server - -.if ${CODA_SUITE} == server -CONFLICTS= openafs-[0-9]* -.endif - -.include <bsd.port.pre.mk> - -.if ${CODA_SUITE} == client -# this needs testing with the new version (6.1.1) -#IGNORE= makes a kernel panic on this version of FreeBSD -pre-everything:: - @${ECHO_CMD} "" - @${ECHO_CMD} "WARNING:" - @${ECHO_CMD} "This version ${PORTVERSION} of the coda client has not been tested at all under FreeBSD." - @${ECHO_CMD} "Previous version 6.0.7 was known to cause a kernel panic." - @${ECHO_CMD} "If you make some tests, please send the results to ports@FreeBSD.org" - @${ECHO_CMD} "" -.endif - -.include <bsd.port.post.mk> diff --git a/net/coda6_server/distinfo b/net/coda6_server/distinfo deleted file mode 100644 index 6a79d04b97fe..000000000000 --- a/net/coda6_server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (coda-6.9.4.tar.gz) = 87995da7155f5f99e9ec19e8250d98b97544a9d5531d1b79d3c77557ef200285 -SIZE (coda-6.9.4.tar.gz) = 1687157 diff --git a/net/coda6_server/files/patch-coda-src-venus-hdb.cc b/net/coda6_server/files/patch-coda-src-venus-hdb.cc deleted file mode 100644 index d2733a30e194..000000000000 --- a/net/coda6_server/files/patch-coda-src-venus-hdb.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- coda-src/venus/hdb.cc.orig 2008-12-16 15:12:10 UTC -+++ coda-src/venus/hdb.cc -@@ -58,7 +58,6 @@ extern "C" { - #include <stdlib.h> - #include <pwd.h> - #include <fcntl.h> --#include <utmp.h> - - #include <codadir.h> - diff --git a/net/coda6_server/files/patch-coda-src-venus-user.cc b/net/coda6_server/files/patch-coda-src-venus-user.cc deleted file mode 100644 index 43aa13c9e667..000000000000 --- a/net/coda6_server/files/patch-coda-src-venus-user.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- coda-src/venus/user.cc.orig 2007-08-01 18:31:21 UTC -+++ coda-src/venus/user.cc -@@ -42,7 +42,6 @@ extern "C" { - #include <netinet/in.h> - #include <errno.h> - #include <struct.h> --#include <utmp.h> - #include <pwd.h> - - #include <rpc2/rpc2.h> -@@ -167,7 +166,7 @@ int AuthorizedUser(uid_t thisUser) - - int ConsoleUser(uid_t user) - { --#ifdef __CYGWIN32__ -+#if 1 - return(1); - - #elif defined(__linux__) diff --git a/net/coda6_server/files/patch-coda-src-venus-worker.cc b/net/coda6_server/files/patch-coda-src-venus-worker.cc deleted file mode 100644 index 90372459a815..000000000000 --- a/net/coda6_server/files/patch-coda-src-venus-worker.cc +++ /dev/null @@ -1,24 +0,0 @@ ---- coda-src/venus/worker.cc.orig 2008-10-06 16:52:22 UTC -+++ coda-src/venus/worker.cc -@@ -397,17 +397,17 @@ void VFSMount() - md[0].iov_base = (char *)"fstype"; md[0].iov_len = sizeof("fstype"); - md[1].iov_base = (char *)"coda"; md[1].iov_len = sizeof("coda"); - md[2].iov_base = (char *)"fspath"; md[2].iov_len = sizeof("fspath"); -- md[3].iov_base = venusRoot; md[3].iov_len = strlen(venusRoot) + 1; -+ md[3].iov_base = (char *)venusRoot; md[3].iov_len = strlen((char *)venusRoot) + 1; - md[4].iov_base = (char *)"from"; md[4].iov_len = sizeof("from"); -- md[5].iov_base = kernDevice; md[5].iov_len = strlen(kernDevice) + 1; -+ md[5].iov_base = (char *)kernDevice; md[5].iov_len = strlen((char *)kernDevice) + 1; - error = nmount(md, 6, 0); - } - #endif - - if (error < 0) -- error = mount("coda", venusRoot, 0, kernDevice); -+ error = mount("coda", (char *)venusRoot, 0, (char *)kernDevice); - if (error < 0) -- error = mount("cfs", venusRoot, 0, kernDevice); -+ error = mount("cfs", (char *)venusRoot, 0, (char *)kernDevice); - #if defined(__FreeBSD__) && !defined(__FreeBSD_version) - #define MOUNT_CFS 19 - if (error < 0) diff --git a/net/coda6_server/files/patch-coda-src_kerndep_coda.h b/net/coda6_server/files/patch-coda-src_kerndep_coda.h deleted file mode 100644 index f7873b14d3ce..000000000000 --- a/net/coda6_server/files/patch-coda-src_kerndep_coda.h +++ /dev/null @@ -1,32 +0,0 @@ ---- coda-src/kerndep/coda.h.orig 2007-08-01 18:32:36 UTC -+++ coda-src/kerndep/coda.h -@@ -184,13 +184,29 @@ struct venus_dirent { - - #ifndef _VENUS_DIRENT_T_ - #define _VENUS_DIRENT_T_ 1 -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif -+#if defined(__FreeBSD__) && (__FreeBSD_version >= 1200031) - struct venus_dirent { -+ ino_t d_fileno; /* file number of entry */ -+ off_t d_off; /* directory offset of entry */ -+ uint16_t d_reclen; /* length of this record */ -+ uint8_t d_type; /* file type, see below */ -+ uint8_t d_pad0; -+ uint16_t d_namlen; /* length of string in d_name */ -+ uint16_t d_pad1; -+ char d_name[255 + 1]; /* name must be no longer than this */ -+}; -+#else -+struct venus_dirent { - unsigned int d_fileno; /* file number of entry */ - unsigned short d_reclen; /* length of this record */ - unsigned char d_type; /* file type, see below */ - unsigned char d_namlen; /* length of string in d_name */ - char d_name[CODA_MAXNAMLEN + 1];/* name must be no longer than this */ - }; -+#endif - #undef DIRSIZ - #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \ - (((dp)->d_namlen+1 + 3) &~ 3)) diff --git a/net/coda6_server/files/patch-coda-src_venus_vol__cml.cc b/net/coda6_server/files/patch-coda-src_venus_vol__cml.cc deleted file mode 100644 index 9755accb64cc..000000000000 --- a/net/coda6_server/files/patch-coda-src_venus_vol__cml.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- coda-src/venus/vol_cml.cc.orig 2008-10-06 16:52:54 UTC -+++ coda-src/venus/vol_cml.cc -@@ -3606,7 +3606,8 @@ static int WriteLinks(struct DirEntry *de, void *arg) - { - VnodeId vnode; - Unique_t vunique; -- char *name = de->name, *comp; -+ char *name = de->name; -+ const char *comp; - size_t prefixlen; - char namebuf[CODA_MAXPATHLEN]; - struct WriteLinksHook *hook = (struct WriteLinksHook *)arg; diff --git a/net/coda6_server/files/patch-configure b/net/coda6_server/files/patch-configure deleted file mode 100644 index 34cb1047cb6e..000000000000 --- a/net/coda6_server/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2008-12-19 22:04:04 UTC -+++ configure -@@ -20699,17 +20699,11 @@ echo "${ECHO_T}RedHat" >&6; } - initdir='${prefix}'/${initdir}/rc.d/init.d - initstyle=sysv - --elif test -d ${prefix}/${initdir}/rc.d ; then -+else - # probably FreeBSD or NetBSD's BSD-style init-scripts. - { echo "$as_me:$LINENO: result: BSD style" >&5 - echo "${ECHO_T}BSD style" >&6; } - initdir='${prefix}'/${initdir}/rc.d -- initstyle=bsd -- --else -- { echo "$as_me:$LINENO: result: unknown, installing BSD scripts in ${initdir}" >&5 --echo "${ECHO_T}unknown, installing BSD scripts in ${initdir}" >&6; } -- initdir='${prefix}'/${initdir} - initstyle=bsd - fi - diff --git a/net/coda6_server/files/patch-lib-src-base-coda_getaddrinfo.c b/net/coda6_server/files/patch-lib-src-base-coda_getaddrinfo.c deleted file mode 100644 index 32b8c4b9f50c..000000000000 --- a/net/coda6_server/files/patch-lib-src-base-coda_getaddrinfo.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib-src/base/coda_getaddrinfo.c.orig 2007-07-20 21:34:55 UTC -+++ lib-src/base/coda_getaddrinfo.c -@@ -37,6 +37,10 @@ Coda are listed in the file CREDITS. - #endif - - #include <sys/types.h> -+#include <sys/param.h> -+#include <netinet/in.h> -+#include <arpa/nameser.h> -+#include <resolv.h> - #include <stdlib.h> - #include <stdio.h> - #include <string.h> diff --git a/net/coda6_server/pkg-descr b/net/coda6_server/pkg-descr deleted file mode 100644 index 67606731d270..000000000000 --- a/net/coda6_server/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Coda is a distributed file system. Among its features are disconnected -operation, good security model, server replication and persistent -client side caching. - -This package builds the entire source tree but only installs(/packages) -the server side programs. - -For more info, contact information available below. - -EMAIL: coda@cs.cmu.edu -WWW: http://www.coda.cs.cmu.edu/ diff --git a/net/coda6_server/pkg-plist b/net/coda6_server/pkg-plist deleted file mode 100644 index fc3b70d31c67..000000000000 --- a/net/coda6_server/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/getvolinfo -bin/reinit -bin/rpc2ping -bin/rvmsizer -bin/smon2 -etc/coda/server.conf.ex -man/man5/backuplogs.5.gz -man/man5/dumpfile.5.gz -man/man5/dumplist.5.gz -man/man5/maxgroupid.5.gz -man/man5/passwd.coda.5.gz -man/man5/servers.5.gz -man/man5/vicetab.5.gz -man/man5/volumelist.5.gz -man/man5/vrdb.5.gz -man/man8/auth2.8.gz -man/man8/backup.8.gz -man/man8/bldvldb.sh.8.gz -man/man8/codasrv.8.gz -man/man8/createvol_rep.8.gz -man/man8/initpw.8.gz -man/man8/merge.8.gz -man/man8/norton.8.gz -man/man8/pdbtool.8.gz -man/man8/purgevol_rep.8.gz -man/man8/readdump.8.gz -man/man8/startserver.8.gz -man/man8/updateclnt.8.gz -man/man8/updatesrv.8.gz -man/man8/vice-setup.8.gz -man/man8/volutil.8.gz -sbin/auth2 -sbin/backup -sbin/backup.sh -sbin/bldvldb.sh -sbin/coda-server-logrotate -sbin/codaconfedit -sbin/codadump2tar -sbin/codasrv -sbin/codastart -sbin/createvol_rep -sbin/initpw -sbin/inoder -sbin/merge -sbin/norton -sbin/norton-reinit -sbin/parserecdump -sbin/partial-reinit.sh -sbin/pdbtool -sbin/printvrdb -sbin/purgevol_rep -sbin/readdump -sbin/startserver -sbin/tape.pl -sbin/tokentool -sbin/updateclnt -sbin/updatefetch -sbin/updatesrv -sbin/vice-killvolumes -sbin/vice-setup -sbin/vice-setup-rvm -sbin/vice-setup-scm -sbin/vice-setup-srvdir -sbin/vice-setup-user -sbin/volutil -etc/rc.d/rc.vice diff --git a/net/openmq/Makefile b/net/openmq/Makefile deleted file mode 100644 index 4a391cf95abd..000000000000 --- a/net/openmq/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# Created by: Radim Kolar <hsn@sendmail.cz> -# $FreeBSD$ - -PORTNAME= openmq -PORTVERSION= 4.5.2.p.1 -PORTEPOCH= 1 -CATEGORIES= net java -MASTER_SITES= http://download.java.net/mq/open-mq/4.5.2/b03/ \ - http://download.java.net/maven/2/javax/javaee-api/6.0/:2 \ - http://download.java.net/maven/2/com/sun/grizzly/grizzly-nio-framework/1.9.18a/:3 \ - http://download.java.net/maven/2/com/sun/woodstock/dependlibs/jhall/2.0/:4 -DISTFILES= ${SRCDIST} ${BOOTJARS} -EXTRACT_ONLY= ${SRCDIST} - -MAINTAINER= hsn@sendmail.cz -COMMENT= Open Message Queue - Java Message Service Broker ${CLIENT_COMMENT} - -LICENSE= GPLv2 CDDL -LICENSE_COMB= dual - -BROKEN= fails to build -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -SRCDIST= mq4_5_2p1-source.zip -BOOTJARS= javaee-api-6.0.jar:2 \ - grizzly-nio-framework-1.9.18a.jar:3 \ - jhall-2.0.jar:4 - -USES= zip -USE_JAVA= yes -JAVA_VERSION= 1.6 1.7 -JAVA_VENDOR= openjdk -NO_ARCH= yes - -WRKSRC= ${WRKDIR}/mq -PLIST= ${WRKDIR}/pkg-plist -MAKE_ENV+= ANT_OPTS=-Xmx1g - -.ifndef IMQ_CLIENT -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES -.endif - -USE_ANT= yes -.ifndef IMQ_CLIENT -USE_RC_SUBR= imq -.else -SUB_FILES= pkg-message -.endif - -# Get the bootstrap jars in place before the build starts, because -# pointyhat doesn't allow them to be downloaded by the "bootstrap" -# target in the Ant file. -pre-build: - @${MKDIR} ${WRKSRC}/extlib - @${CP} ${DISTDIR}/javaee-api-6.0.jar \ - ${WRKSRC}/extlib/javaee-api-6.0.jar - @${CP} ${DISTDIR}/grizzly-nio-framework-1.9.18a.jar \ - ${WRKSRC}/extlib/grizzly.jar - @${CP} ${DISTDIR}/jhall-2.0.jar \ - ${WRKSRC}/extlib/jhall.jar - -post-build: - @${RM} ${WRKSRC}/dist/mq/bin/*.exe - @cd ${WRKSRC}/dist/mq/etc && \ - ${MV} imqenv.conf imqenv.conf.sample - @cd ${WRKSRC}/dist/mq/etc && \ - ${MV} imqbrokerd.conf imqbrokerd.conf.sample -pre-install: -.ifndef IMQ_CLIENT - @cd ${WRKSRC}/dist/mq && ${FIND} bin lib -type f -exec \ - ${ECHO_CMD} "imq/{}" \; > ${PLIST} - @cd ${WRKSRC}/dist/mq && ${FIND} etc -depth 1 -type f -print | \ - ${SED} -e "\-/-s--/mq/-" >> ${PLIST} -.else - @${ECHO_CMD} "%%JAVAJARDIR%%/jms.jar" > ${PLIST} - @${ECHO_CMD} "%%JAVAJARDIR%%/imq.jar" >> ${PLIST} - @${ECHO_CMD} "%%JAVAJARDIR%%/fscontext.jar" >> ${PLIST} - @${ECHO_CMD} "%%JAVAJARDIR%%/jaxm-api.jar" >> ${PLIST} - @${ECHO_CMD} "%%JAVAJARDIR%%/imqxm.jar" >> ${PLIST} -.endif - -do-install: -.ifndef IMQ_CLIENT - @${MKDIR} ${STAGEDIR}${PREFIX}/imq - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/mq - @cd ${WRKSRC}/dist/mq && ${FIND} bin lib | \ - ${CPIO} --quiet -pdmu -R ${BINOWN}:${BINGRP} ${STAGEDIR}${PREFIX}/imq - @cd ${WRKSRC}/dist/mq/etc && ${FIND} . -depth 1 -type f | \ - ${CPIO} --quiet -pdmu -R ${BINOWN}:${BINGRP} ${STAGEDIR}${PREFIX}/etc/mq - @${CHMOD} 640 ${STAGEDIR}${PREFIX}/etc/mq/*.sample -.else - ${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/imq.jar ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/jms.jar ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/fscontext.jar ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/jaxm-api.jar ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/imqxm.jar ${STAGEDIR}${JAVAJARDIR} -.endif - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/dist/mq/javadoc && ${FIND} . | \ - ${CPIO} --quiet -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @cd ${WRKSRC}/dist/mq/examples && ${FIND} . | \ - ${CPIO} --quiet -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/net/openmq/distinfo b/net/openmq/distinfo deleted file mode 100644 index 517353cfc58f..000000000000 --- a/net/openmq/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -SHA256 (mq4_5_2p1-source.zip) = ec701412e4476118d2f6cbc367884ebb589c63f2fa3decfddccf6ef0a6d00852 -SIZE (mq4_5_2p1-source.zip) = 6702660 -SHA256 (javaee-api-6.0.jar) = a045eac0ff80c5c0fd29b680599f27598abff16b1e6c9df46ce962a4e0b1390e -SIZE (javaee-api-6.0.jar) = 979616 -SHA256 (grizzly-nio-framework-1.9.18a.jar) = 7613172e7f3b6012f3cb6f7f25c3e562742e8ac6490062938015e6d60c22e2e9 -SIZE (grizzly-nio-framework-1.9.18a.jar) = 676447 -SHA256 (jhall-2.0.jar) = fb3b0b6dd649954fc01bdb8480e04d532a147b4200bc87853b0b7ed13b8c0864 -SIZE (jhall-2.0.jar) = 557529 diff --git a/net/openmq/files/imq.in b/net/openmq/files/imq.in deleted file mode 100644 index 3036f9b83c61..000000000000 --- a/net/openmq/files/imq.in +++ /dev/null @@ -1,137 +0,0 @@ -#!/bin/sh -# -# Copyright (c) 2009, 2010 Radim Kolar. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. - -# $FreeBSD$ - -# PROVIDE: imq -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable Open MQ: -# -# imq_enable="YES" -# # optional -# imq_data="/var/spool/imq" -# imq_vmargs="-Xms150m -Xss128k -XX:MaxGCPauseMillis=5000" -# imq_brokerlist="hostname1:7676,hostname2:7676" -# imq_memory="256m" - -. /etc/rc.subr - -name="imq" -rcvar=imq_enable - -load_rc_config $name - -imq_enable=${imq_enable:-"NO"} -imq_data=${imq_data:-"/var/spool/imq"} -imq_vmargs=${imq_vmargs:-"-Xms150m -Xss128k -Xbatch -XX:MaxGCPauseMillis=5000"} -imq_memory=${imq_memory:-"256m"} - -pidfile=/var/run/imq.pid -start_cmd="${name}_start" -start_precmd="${name}_build_cmdline" -command=%%PREFIX%%/imq/bin/imqbrokerd -command_args="-bgnd -silent" -command_interpreter="/bin/sh" -sigstop=INT -CONF_FILE=%%PREFIX%%/etc/mq/imqbrokerd.conf - -#Check if we have enabled AUTOSTART feature, which overrides rcvar=NO -if ! checkyesno ${rcvar}; then - if [ -f $CONF_FILE -a -r $CONF_FILE ]; then - autostart=`grep "^AUTOSTART=" $CONF_FILE | cut -c11-` - if checkyesno autostart; then - eval ${rcvar}=YES - fi - fi -fi - -imq_start() -{ - if [ -z "$rc_pid" ]; then - echo -n "Starting $name" - - # do we have memory limit defined? - if [ -n "$imq_memory" ]; then - #add imq_memory to vmargs - echo "$imq_vmargs" | grep -q -- '-Xmx' - if [ ! $? -eq 0 ]; then - imq_vmargs="$imq_vmargs -Xmx${imq_memory}" - fi - fi - #run with imq_vmargs if defined - if [ -n "$imq_vmargs" ]; then - ${command} ${command_args} -vmargs "$imq_vmargs" & - else - ${command} ${command_args} & - fi - echo -n $! > $pidfile - echo "." - else - echo "imq is already running with pid=$rc_pid." - fi -} - -imq_build_cmdline() -{ - # add imq_flags - if [ -n "$imq_flags" ]; then - command_args="$command_args $imq_flags" - fi - - #check if RESTART feature is enabled - if [ -f $CONF_FILE -a -r $CONF_FILE ]; then - autorestart=`grep "^RESTART=" $CONF_FILE | cut -c9-` - autoargs=`grep "^ARGS=" $CONF_FILE | cut -c6-` - if checkyesno autorestart; then - command_args="$command_args -autorestart" - fi - fi - - #load aditional command line arguments from broker config file - if [ -n $autoargs ]; then - echo "$autoargs" | grep -q -- '-varhome' - if [ ! $? -eq 0 ]; then - command_args="$command_args -varhome $imq_data $autoargs" - else - command_args="$command_args $autoargs" - fi - fi - - #add brokerlist if not yet defined - if [ -n "$imq_brokerlist" ]; then - echo "$command_args" | grep -q -- '-cluster ' - if [ ! $? -eq 0 ]; then - command_args="$command_args -cluster $imq_brokerlist" - fi - fi - - return 0 -} - -run_rc_command "$1" diff --git a/net/openmq/files/patch-imqbrokerd b/net/openmq/files/patch-imqbrokerd deleted file mode 100644 index 1e8020bc54fb..000000000000 --- a/net/openmq/files/patch-imqbrokerd +++ /dev/null @@ -1,16 +0,0 @@ ---- src/solaris/bin/imqbrokerd.sh.orig 2011-05-11 17:31:10 UTC -+++ src/solaris/bin/imqbrokerd.sh -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/bin/sh -T - # - # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - # -@@ -55,6 +55,7 @@ shutdown_broker() { - # The broker's shutdown hooks will make sure it exits cleanly - if [ -n "$_javapid" ]; then - kill -TERM $_javapid -+ wait $_javapid - fi - } - diff --git a/net/openmq/files/patch-imqinit b/net/openmq/files/patch-imqinit deleted file mode 100644 index 94011d40b48b..000000000000 --- a/net/openmq/files/patch-imqinit +++ /dev/null @@ -1,20 +0,0 @@ ---- src/solaris/etc/imqinit.bak 2009-12-05 23:16:02.000000000 +0100 -+++ src/solaris/etc/imqinit.sh 2009-12-07 19:50:34.000000000 +0100 -@@ -149,7 +149,16 @@ - /usr \ - " - ;; -- -+ FreeBSD) -+ _j2se_locations="\ -+/usr/local/openjdk6 \ -+/usr/local/diablo-jdk1.6.0 \ -+/usr/local/diablo-jre1.6.0 \ -+/usr/local/jdk1.5.0 \ -+/usr/local/diablo-jdk1.5.0 \ -+/usr/local/diablo-jre1.5.0 \ -+" -+ ;; - *) - _j2se_locations="\ - /usr/jdk/entsys-j2se \ diff --git a/net/openmq/files/pkg-message.in b/net/openmq/files/pkg-message.in deleted file mode 100644 index 2dbb3b0ca583..000000000000 --- a/net/openmq/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -To use imq-client in your Java application you need to add following jars -to your classpath: - -%%JAVAJARDIR%%/imq.jar - Connector to IMQ broker. REQUIRED -%%JAVAJARDIR%%/jms.jar - JMS 1.1 API classes. MOST LIKELY NEEDED - If you have only one jms provider used in - your application or not using application - server you will need this. Otherwise other - jms provider will most likely to ship this. -%%JAVAJARDIR%%/fscontext.jar - JDNI file based lookups. OPTIONAL -%%JAVAJARDIR%%/jaxm-api.jar - Java API for XML Messaging - MOST LIKELY NEEDED for JAXM applications unless - this api is provided by application server or OSGi - container already. -%%JAVAJARDIR%%/imqxm.jar - JAXM OpenMQ provider. REQUIRED for JAXM application diff --git a/net/openmq/pkg-deinstall b/net/openmq/pkg-deinstall deleted file mode 100644 index fd6afbc22bbb..000000000000 --- a/net/openmq/pkg-deinstall +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh -# -# Removes unchanged configuration files -# -if [ "$2" = "DEINSTALL" ]; then - if [ ! -d $PKG_PREFIX/etc/mq ]; then exit 1;fi - cd $PKG_PREFIX/etc/mq - for cfgfile in imqbrokerd.conf imqenv.conf passfile; do - if cmp -s $cfgfile.sample $cfgfile; then - rm $cfgfile - fi - done -fi diff --git a/net/openmq/pkg-descr b/net/openmq/pkg-descr deleted file mode 100644 index 0c0e6ba97f7f..000000000000 --- a/net/openmq/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Open Message Queue is a complete message-oriented middle-ware -platform. High quality, enterprise ready messaging. - -WWW: https://mq.java.net/ diff --git a/net/openmq/pkg-install b/net/openmq/pkg-install deleted file mode 100644 index 5bb4b421c161..000000000000 --- a/net/openmq/pkg-install +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/sh -# -# Copies sample imq etc files to real ones if real ones does not exists -# -if [ "$2" = "POST-INSTALL" ]; then - if [ ! -d $PKG_PREFIX/etc/mq ]; then exit 1;fi - umask 027 - cd $PKG_PREFIX/etc/mq - for cfgfile in imqbrokerd.conf imqenv.conf passfile; do - if [ ! -f $cfgfile ]; then - cp $cfgfile.sample $cfgfile - fi - done -fi |