components/ejabberd/ejabberd.p5m
changeset 353 d9644516b4a8
child 464 08f94c414553
equal deleted inserted replaced
352:1c4e9d92420b 353:d9644516b4a8
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/web/server/ejabberd@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary value="ejabberd - Jabber/XMPP instant messaging server"
       
    27 set name=info.classification \
       
    28     value="org.opensolaris.category.2008:Web Services/Communications"
       
    29 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    30 set name=info.upstream_url value=http://www.ejabberd.im/
       
    31 set name=opensolaris.arc_url \
       
    32     value=http://arc.opensolaris.org/caselog/PSARC/2008/340
       
    33 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    34 
       
    35 depend fmri=runtime/[email protected] type=require
       
    36 
       
    37 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    38 
       
    39 <transform file path=usr/lib/ejabberd/.*/.* -> default mode 0444>
       
    40 
       
    41 dir path=etc
       
    42 dir path=etc/ejabberd
       
    43 dir path=etc/security
       
    44 dir path=etc/security/auth_attr.d
       
    45 dir path=etc/security/exec_attr.d
       
    46 dir path=etc/security/prof_attr.d
       
    47 dir path=lib
       
    48 dir path=lib/svc
       
    49 dir path=lib/svc/manifest
       
    50 dir path=lib/svc/manifest/network
       
    51 dir path=lib/svc/method
       
    52 dir path=usr
       
    53 dir path=usr/lib
       
    54 dir path=usr/lib/ejabberd
       
    55 dir path=usr/lib/ejabberd/ebin
       
    56 dir path=usr/lib/ejabberd/include
       
    57 dir path=usr/lib/ejabberd/include/eldap
       
    58 dir path=usr/lib/ejabberd/include/mod_muc
       
    59 dir path=usr/lib/ejabberd/include/mod_proxy65
       
    60 dir path=usr/lib/ejabberd/include/mod_pubsub
       
    61 dir path=usr/lib/ejabberd/include/web
       
    62 dir path=usr/lib/ejabberd/priv
       
    63 dir path=usr/lib/ejabberd/priv/bin
       
    64 dir path=usr/lib/ejabberd/priv/lib
       
    65 dir path=usr/lib/ejabberd/priv/msgs
       
    66 dir path=usr/sbin
       
    67 dir path=usr/share
       
    68 dir path=usr/share/doc
       
    69 dir path=usr/share/doc/ejabberd
       
    70 dir path=usr/share/man
       
    71 dir path=usr/share/man/man1m
       
    72 dir path=var
       
    73 dir path=var/lib
       
    74 dir path=var/lib/ejabberd owner=daemon group=daemon
       
    75 dir path=var/log
       
    76 dir path=var/log/ejabberd owner=daemon group=daemon
       
    77 
       
    78 file auth_attr path=etc/security/auth_attr.d/ejabberd
       
    79 file exec_attr path=etc/security/exec_attr.d/ejabberd
       
    80 file prof_attr path=etc/security/prof_attr.d/ejabberd
       
    81 file xmpp-ejabberd path=lib/svc/method/xmpp-ejabberd
       
    82 file xmpp-ejabberd.xml path=lib/svc/manifest/network/xmpp-ejabberd.xml
       
    83 file path=etc/ejabberd/ejabberd.cfg mode=0644 preserve=true original_name=SUNWejabberd:etc/ejabberd/ejabberd.cfg
       
    84 file path=etc/ejabberd/ejabberdctl.cfg mode=0644 preserve=true original_name=SUNWejabberd:etc/ejabberd/ejabberdctl.cfg
       
    85 file path=etc/ejabberd/inetrc mode=0644 preserve=true original_name=SUNWejabberd:etc/ejabberd/inetrc
       
    86 file path=usr/lib/ejabberd/ebin/acl.beam
       
    87 file path=usr/lib/ejabberd/ebin/adhoc.beam
       
    88 file path=usr/lib/ejabberd/ebin/cache_tab_sup.beam
       
    89 file path=usr/lib/ejabberd/ebin/cache_tab.beam
       
    90 file path=usr/lib/ejabberd/ebin/cyrsasl_anonymous.beam
       
    91 file path=usr/lib/ejabberd/ebin/cyrsasl_digest.beam
       
    92 file path=usr/lib/ejabberd/ebin/cyrsasl_plain.beam
       
    93 file path=usr/lib/ejabberd/ebin/cyrsasl.beam
       
    94 file path=usr/lib/ejabberd/ebin/dynamic_compile.beam
       
    95 file path=usr/lib/ejabberd/ebin/ejabberd_admin.beam
       
    96 file path=usr/lib/ejabberd/ebin/ejabberd_app.beam
       
    97 file path=usr/lib/ejabberd/ebin/ejabberd_auth_anonymous.beam
       
    98 file path=usr/lib/ejabberd/ebin/ejabberd_auth_external.beam
       
    99 file path=usr/lib/ejabberd/ebin/ejabberd_auth_internal.beam
       
   100 file path=usr/lib/ejabberd/ebin/ejabberd_auth_ldap.beam
       
   101 file path=usr/lib/ejabberd/ebin/ejabberd_auth_odbc.beam
       
   102 file path=usr/lib/ejabberd/ebin/ejabberd_auth_pam.beam
       
   103 file path=usr/lib/ejabberd/ebin/ejabberd_auth.beam
       
   104 file path=usr/lib/ejabberd/ebin/ejabberd_captcha.beam
       
   105 file path=usr/lib/ejabberd/ebin/ejabberd_commands.beam
       
   106 file path=usr/lib/ejabberd/ebin/ejabberd_config.beam
       
   107 file path=usr/lib/ejabberd/ebin/ejabberd_ctl.beam
       
   108 file path=usr/lib/ejabberd/ebin/ejabberd_c2s_config.beam
       
   109 file path=usr/lib/ejabberd/ebin/ejabberd_c2s.beam
       
   110 file path=usr/lib/ejabberd/ebin/ejabberd_frontend_socket.beam
       
   111 file path=usr/lib/ejabberd/ebin/ejabberd_hooks.beam
       
   112 file path=usr/lib/ejabberd/ebin/ejabberd_http_bind.beam
       
   113 file path=usr/lib/ejabberd/ebin/ejabberd_http_poll.beam
       
   114 file path=usr/lib/ejabberd/ebin/ejabberd_http.beam
       
   115 file path=usr/lib/ejabberd/ebin/ejabberd_check.beam
       
   116 file path=usr/lib/ejabberd/ebin/ejabberd_listener.beam
       
   117 file path=usr/lib/ejabberd/ebin/ejabberd_local.beam
       
   118 file path=usr/lib/ejabberd/ebin/ejabberd_logger_h.beam
       
   119 file path=usr/lib/ejabberd/ebin/ejabberd_loglevel.beam
       
   120 file path=usr/lib/ejabberd/ebin/ejabberd_node_groups.beam
       
   121 file path=usr/lib/ejabberd/ebin/ejabberd_piefxis.beam
       
   122 file path=usr/lib/ejabberd/ebin/ejabberd_rdbms.beam
       
   123 file path=usr/lib/ejabberd/ebin/ejabberd_receiver.beam
       
   124 file path=usr/lib/ejabberd/ebin/ejabberd_router.beam
       
   125 file path=usr/lib/ejabberd/ebin/ejabberd_service.beam
       
   126 file path=usr/lib/ejabberd/ebin/ejabberd_sm.beam
       
   127 file path=usr/lib/ejabberd/ebin/ejabberd_socket.beam
       
   128 file path=usr/lib/ejabberd/ebin/ejabberd_stun.beam
       
   129 file path=usr/lib/ejabberd/ebin/ejabberd_sup.beam
       
   130 file path=usr/lib/ejabberd/ebin/ejabberd_system_monitor.beam
       
   131 file path=usr/lib/ejabberd/ebin/ejabberd_s2s_in.beam
       
   132 file path=usr/lib/ejabberd/ebin/ejabberd_s2s_out.beam
       
   133 file path=usr/lib/ejabberd/ebin/ejabberd_s2s.beam
       
   134 file path=usr/lib/ejabberd/ebin/ejabberd_tmp_sup.beam
       
   135 file path=usr/lib/ejabberd/ebin/ejabberd_update.beam
       
   136 file path=usr/lib/ejabberd/ebin/ejabberd_web_admin.beam
       
   137 file path=usr/lib/ejabberd/ebin/ejabberd_web.beam
       
   138 file path=usr/lib/ejabberd/ebin/ejabberd_zlib.beam
       
   139 file path=usr/lib/ejabberd/ebin/ejabberd.app
       
   140 file path=usr/lib/ejabberd/ebin/ejabberd.beam
       
   141 file path=usr/lib/ejabberd/ebin/ejd2odbc.beam
       
   142 file path=usr/lib/ejabberd/ebin/eldap_filter_yecc.beam
       
   143 file path=usr/lib/ejabberd/ebin/eldap_filter.beam
       
   144 file path=usr/lib/ejabberd/ebin/eldap_pool.beam
       
   145 file path=usr/lib/ejabberd/ebin/eldap_utils.beam
       
   146 file path=usr/lib/ejabberd/ebin/eldap.beam
       
   147 file path=usr/lib/ejabberd/ebin/ELDAPv3.beam
       
   148 file path=usr/lib/ejabberd/ebin/extauth.beam
       
   149 file path=usr/lib/ejabberd/ebin/gen_iq_handler.beam
       
   150 file path=usr/lib/ejabberd/ebin/gen_mod.beam
       
   151 file path=usr/lib/ejabberd/ebin/gen_pubsub_node.beam
       
   152 file path=usr/lib/ejabberd/ebin/gen_pubsub_nodetree.beam
       
   153 file path=usr/lib/ejabberd/ebin/iconv.beam
       
   154 file path=usr/lib/ejabberd/ebin/idna.beam
       
   155 file path=usr/lib/ejabberd/ebin/jd2ejd.beam
       
   156 file path=usr/lib/ejabberd/ebin/jlib.beam
       
   157 file path=usr/lib/ejabberd/ebin/mod_adhoc.beam
       
   158 file path=usr/lib/ejabberd/ebin/mod_announce.beam
       
   159 file path=usr/lib/ejabberd/ebin/mod_blocking.beam
       
   160 file path=usr/lib/ejabberd/ebin/mod_caps.beam
       
   161 file path=usr/lib/ejabberd/ebin/mod_configure.beam
       
   162 file path=usr/lib/ejabberd/ebin/mod_configure2.beam
       
   163 file path=usr/lib/ejabberd/ebin/mod_disco.beam
       
   164 file path=usr/lib/ejabberd/ebin/mod_echo.beam
       
   165 file path=usr/lib/ejabberd/ebin/mod_http_bind.beam
       
   166 file path=usr/lib/ejabberd/ebin/mod_http_fileserver.beam
       
   167 file path=usr/lib/ejabberd/ebin/mod_ip_blacklist.beam
       
   168 file path=usr/lib/ejabberd/ebin/mod_irc_connection.beam
       
   169 file path=usr/lib/ejabberd/ebin/mod_irc.beam
       
   170 file path=usr/lib/ejabberd/ebin/mod_last_odbc.beam
       
   171 file path=usr/lib/ejabberd/ebin/mod_last.beam
       
   172 file path=usr/lib/ejabberd/ebin/mod_muc_log.beam
       
   173 file path=usr/lib/ejabberd/ebin/mod_muc_room.beam
       
   174 file path=usr/lib/ejabberd/ebin/mod_muc.beam
       
   175 file path=usr/lib/ejabberd/ebin/mod_offline_odbc.beam
       
   176 file path=usr/lib/ejabberd/ebin/mod_offline.beam
       
   177 file path=usr/lib/ejabberd/ebin/mod_ping.beam
       
   178 file path=usr/lib/ejabberd/ebin/mod_pres_counter.beam
       
   179 file path=usr/lib/ejabberd/ebin/mod_privacy_odbc.beam
       
   180 file path=usr/lib/ejabberd/ebin/mod_privacy.beam
       
   181 file path=usr/lib/ejabberd/ebin/mod_private_odbc.beam
       
   182 file path=usr/lib/ejabberd/ebin/mod_private.beam
       
   183 file path=usr/lib/ejabberd/ebin/mod_proxy65_lib.beam
       
   184 file path=usr/lib/ejabberd/ebin/mod_proxy65_service.beam
       
   185 file path=usr/lib/ejabberd/ebin/mod_proxy65_sm.beam
       
   186 file path=usr/lib/ejabberd/ebin/mod_proxy65_stream.beam
       
   187 file path=usr/lib/ejabberd/ebin/mod_proxy65.beam
       
   188 file path=usr/lib/ejabberd/ebin/mod_pubsub_odbc.beam
       
   189 file path=usr/lib/ejabberd/ebin/mod_pubsub.beam
       
   190 file path=usr/lib/ejabberd/ebin/mod_register_web.beam
       
   191 file path=usr/lib/ejabberd/ebin/mod_register.beam
       
   192 file path=usr/lib/ejabberd/ebin/mod_roster_odbc.beam
       
   193 file path=usr/lib/ejabberd/ebin/mod_roster.beam
       
   194 file path=usr/lib/ejabberd/ebin/mod_service_log.beam
       
   195 file path=usr/lib/ejabberd/ebin/mod_shared_roster_ldap.beam
       
   196 file path=usr/lib/ejabberd/ebin/mod_shared_roster.beam
       
   197 file path=usr/lib/ejabberd/ebin/mod_sic.beam
       
   198 file path=usr/lib/ejabberd/ebin/mod_stats.beam
       
   199 file path=usr/lib/ejabberd/ebin/mod_time.beam
       
   200 file path=usr/lib/ejabberd/ebin/mod_vcard_ldap.beam
       
   201 file path=usr/lib/ejabberd/ebin/mod_vcard_odbc.beam
       
   202 file path=usr/lib/ejabberd/ebin/mod_vcard_xupdate.beam
       
   203 file path=usr/lib/ejabberd/ebin/mod_vcard.beam
       
   204 file path=usr/lib/ejabberd/ebin/mod_version.beam
       
   205 file path=usr/lib/ejabberd/ebin/node_buddy.beam
       
   206 file path=usr/lib/ejabberd/ebin/node_club.beam
       
   207 file path=usr/lib/ejabberd/ebin/node_dag.beam
       
   208 file path=usr/lib/ejabberd/ebin/node_dispatch.beam
       
   209 file path=usr/lib/ejabberd/ebin/node_flat_odbc.beam
       
   210 file path=usr/lib/ejabberd/ebin/node_flat.beam
       
   211 file path=usr/lib/ejabberd/ebin/node_hometree_odbc.beam
       
   212 file path=usr/lib/ejabberd/ebin/node_hometree.beam
       
   213 file path=usr/lib/ejabberd/ebin/node_mb.beam
       
   214 file path=usr/lib/ejabberd/ebin/node_pep_odbc.beam
       
   215 file path=usr/lib/ejabberd/ebin/node_pep.beam
       
   216 file path=usr/lib/ejabberd/ebin/node_private.beam
       
   217 file path=usr/lib/ejabberd/ebin/node_public.beam
       
   218 file path=usr/lib/ejabberd/ebin/nodetree_dag.beam
       
   219 file path=usr/lib/ejabberd/ebin/nodetree_tree_odbc.beam
       
   220 file path=usr/lib/ejabberd/ebin/nodetree_tree.beam
       
   221 file path=usr/lib/ejabberd/ebin/nodetree_virtual.beam
       
   222 file path=usr/lib/ejabberd/ebin/pg2_backport.beam
       
   223 file path=usr/lib/ejabberd/ebin/pubsub_db_odbc.beam
       
   224 file path=usr/lib/ejabberd/ebin/pubsub_index.beam
       
   225 file path=usr/lib/ejabberd/ebin/pubsub_subscription_odbc.beam
       
   226 file path=usr/lib/ejabberd/ebin/pubsub_subscription.beam
       
   227 file path=usr/lib/ejabberd/ebin/p1_fsm.beam
       
   228 file path=usr/lib/ejabberd/ebin/p1_mnesia.beam
       
   229 file path=usr/lib/ejabberd/ebin/randoms.beam
       
   230 file path=usr/lib/ejabberd/ebin/sha.beam
       
   231 file path=usr/lib/ejabberd/ebin/shaper.beam
       
   232 file path=usr/lib/ejabberd/ebin/stringprep_sup.beam
       
   233 file path=usr/lib/ejabberd/ebin/stringprep.beam
       
   234 file path=usr/lib/ejabberd/ebin/stun_codec.beam
       
   235 file path=usr/lib/ejabberd/ebin/tls.beam
       
   236 file path=usr/lib/ejabberd/ebin/translate.beam
       
   237 file path=usr/lib/ejabberd/ebin/treap.beam
       
   238 file path=usr/lib/ejabberd/ebin/win32_dns.beam
       
   239 file path=usr/lib/ejabberd/ebin/xml_stream.beam
       
   240 file path=usr/lib/ejabberd/ebin/xml.beam
       
   241 file path=usr/lib/ejabberd/ebin/XmppAddr.beam
       
   242 file path=usr/lib/ejabberd/include/adhoc.hrl
       
   243 file path=usr/lib/ejabberd/include/ejabberd_commands.hrl
       
   244 file path=usr/lib/ejabberd/include/ejabberd_config.hrl
       
   245 file path=usr/lib/ejabberd/include/ejabberd_ctl.hrl
       
   246 file path=usr/lib/ejabberd/include/ejabberd.hrl
       
   247 file path=usr/lib/ejabberd/include/eldap/eldap.hrl
       
   248 file path=usr/lib/ejabberd/include/eldap/ELDAPv3.hrl
       
   249 file path=usr/lib/ejabberd/include/jlib.hrl
       
   250 file path=usr/lib/ejabberd/include/mod_muc/mod_muc_room.hrl
       
   251 file path=usr/lib/ejabberd/include/mod_privacy.hrl
       
   252 file path=usr/lib/ejabberd/include/mod_proxy65/mod_proxy65.hrl
       
   253 file path=usr/lib/ejabberd/include/mod_pubsub/pubsub.hrl
       
   254 file path=usr/lib/ejabberd/include/mod_roster.hrl
       
   255 file path=usr/lib/ejabberd/include/web/ejabberd_http.hrl
       
   256 file path=usr/lib/ejabberd/include/web/ejabberd_web_admin.hrl
       
   257 file path=usr/lib/ejabberd/include/web/http_bind.hrl
       
   258 file path=usr/lib/ejabberd/include/XmppAddr.hrl
       
   259 file path=usr/lib/ejabberd/priv/bin/captcha.sh
       
   260 file path=usr/lib/ejabberd/priv/lib/ejabberd_zlib_drv.so
       
   261 file path=usr/lib/ejabberd/priv/lib/expat_erl.so
       
   262 file path=usr/lib/ejabberd/priv/lib/iconv_erl.so
       
   263 file path=usr/lib/ejabberd/priv/lib/sha_drv.so
       
   264 file path=usr/lib/ejabberd/priv/lib/stringprep_drv.so
       
   265 file path=usr/lib/ejabberd/priv/lib/tls_drv.so
       
   266 file path=usr/lib/ejabberd/priv/msgs/ca.msg
       
   267 file path=usr/lib/ejabberd/priv/msgs/cs.msg
       
   268 file path=usr/lib/ejabberd/priv/msgs/de.msg
       
   269 file path=usr/lib/ejabberd/priv/msgs/el.msg
       
   270 file path=usr/lib/ejabberd/priv/msgs/eo.msg
       
   271 file path=usr/lib/ejabberd/priv/msgs/es.msg
       
   272 file path=usr/lib/ejabberd/priv/msgs/fr.msg
       
   273 file path=usr/lib/ejabberd/priv/msgs/gl.msg
       
   274 file path=usr/lib/ejabberd/priv/msgs/id.msg
       
   275 file path=usr/lib/ejabberd/priv/msgs/it.msg
       
   276 file path=usr/lib/ejabberd/priv/msgs/ja.msg
       
   277 file path=usr/lib/ejabberd/priv/msgs/nl.msg
       
   278 file path=usr/lib/ejabberd/priv/msgs/no.msg
       
   279 file path=usr/lib/ejabberd/priv/msgs/pl.msg
       
   280 file path=usr/lib/ejabberd/priv/msgs/pt-br.msg
       
   281 file path=usr/lib/ejabberd/priv/msgs/pt.msg
       
   282 file path=usr/lib/ejabberd/priv/msgs/ru.msg
       
   283 file path=usr/lib/ejabberd/priv/msgs/sk.msg
       
   284 file path=usr/lib/ejabberd/priv/msgs/sv.msg
       
   285 file path=usr/lib/ejabberd/priv/msgs/th.msg
       
   286 file path=usr/lib/ejabberd/priv/msgs/tr.msg
       
   287 file path=usr/lib/ejabberd/priv/msgs/uk.msg
       
   288 file path=usr/lib/ejabberd/priv/msgs/vi.msg
       
   289 file path=usr/lib/ejabberd/priv/msgs/wa.msg
       
   290 file path=usr/lib/ejabberd/priv/msgs/zh.msg
       
   291 file path=usr/sbin/ejabberdctl
       
   292 file path=usr/share/doc/ejabberd/COPYING
       
   293 file path=usr/share/doc/ejabberd/dev.html
       
   294 file path=usr/share/doc/ejabberd/discorus.png
       
   295 file path=usr/share/doc/ejabberd/guide.html
       
   296 file path=usr/share/doc/ejabberd/guide.pdf
       
   297 file path=usr/share/doc/ejabberd/logo.png
       
   298 file path=usr/share/doc/ejabberd/msrl-dit-deep.png
       
   299 file path=usr/share/doc/ejabberd/msrl-dit-flat.png
       
   300 file path=usr/share/doc/ejabberd/msrl-roster-deep.png
       
   301 file path=usr/share/doc/ejabberd/msrl-roster-flat.png
       
   302 file path=usr/share/doc/ejabberd/release_notes_0.9.txt
       
   303 file path=usr/share/doc/ejabberd/release_notes_0.9.1.txt
       
   304 file path=usr/share/doc/ejabberd/release_notes_0.9.8.txt
       
   305 file path=usr/share/doc/ejabberd/release_notes_1.0.0.txt
       
   306 file path=usr/share/doc/ejabberd/release_notes_1.1.0.txt
       
   307 file path=usr/share/doc/ejabberd/release_notes_1.1.1.txt
       
   308 file path=usr/share/doc/ejabberd/release_notes_1.1.2.txt
       
   309 file path=usr/share/doc/ejabberd/release_notes_1.1.3.txt
       
   310 file path=usr/share/doc/ejabberd/release_notes_1.1.4.txt
       
   311 file path=usr/share/doc/ejabberd/release_notes_2.0.0.txt
       
   312 file path=usr/share/doc/ejabberd/release_notes_2.0.1.txt
       
   313 file path=usr/share/doc/ejabberd/release_notes_2.0.2.txt
       
   314 file path=usr/share/doc/ejabberd/release_notes_2.0.3.txt
       
   315 file path=usr/share/doc/ejabberd/release_notes_2.0.4.txt
       
   316 file path=usr/share/doc/ejabberd/release_notes_2.0.5.txt
       
   317 file path=usr/share/doc/ejabberd/release_notes_2.1.0.txt
       
   318 file path=usr/share/doc/ejabberd/release_notes_2.1.1.txt
       
   319 file path=usr/share/doc/ejabberd/release_notes_2.1.2.txt
       
   320 file path=usr/share/doc/ejabberd/release_notes_2.1.3.txt
       
   321 file path=usr/share/doc/ejabberd/release_notes_2.1.4.txt
       
   322 file path=usr/share/doc/ejabberd/release_notes_2.1.5.txt
       
   323 file path=usr/share/doc/ejabberd/release_notes_2.1.6.txt
       
   324 file path=usr/share/doc/ejabberd/release_notes_2.1.7.txt
       
   325 file path=usr/share/doc/ejabberd/release_notes_2.1.8.txt
       
   326 file path=usr/share/doc/ejabberd/webadmmain.png
       
   327 file path=usr/share/doc/ejabberd/webadmmainru.png
       
   328 file path=usr/share/doc/ejabberd/yozhikheader.png
       
   329 
       
   330 legacy pkg=SUNWejabberdr \
       
   331     name="ejabberd - Jabber/XMPP instant messaging server (Root)" \
       
   332     desc="ejabberd Jabber/XMPP instant messaging server"
       
   333 legacy pkg=SUNWejabberdu \
       
   334     name="ejabberd - Jabber/XMPP instant messaging server (Usr)" \
       
   335     desc="ejabberd Jabber/XMPP instant messaging server"
       
   336 
       
   337 license COPYING license="GPLv2"