src/pkg/manifests/package%2Fsysrepo.p5m
changeset 2310 ce10607d5332
equal deleted inserted replaced
2309:5aa9213d0285 2310:ce10607d5332
       
     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) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 set name=pkg.fmri value=pkg:/package/sysrepo@$(PKGVERS)
       
    24 set name=pkg.description \
       
    25     value="A service that provides a publisher proxy to pkg(5) clients."
       
    26 set name=pkg.summary value="IPS System Repository"
       
    27 set name=info.classification \
       
    28     value=org.opensolaris.category.2008:System/Packaging
       
    29 set name=opensolaris.smf.fmri value=svc:/system/pkg/sysrepo:default
       
    30 set name=variant.arch value=$(ARCH)
       
    31 dir path=etc
       
    32 dir path=etc/pkg
       
    33 dir path=etc/pkg/sysrepo
       
    34 dir path=lib
       
    35 dir path=lib/svc
       
    36 dir path=lib/svc/manifest
       
    37 dir path=lib/svc/manifest/system
       
    38 dir path=usr
       
    39 dir path=usr/lib
       
    40 dir path=usr/share/man/cat1m
       
    41 file path=usr/share/man/cat1m/pkg.sysrepo.1m
       
    42 dir path=var
       
    43 dir path=var/cache
       
    44 dir path=var/cache/pkg owner=pkg5srv
       
    45 dir path=var/cache/pkg/sysrepo owner=pkg5srv
       
    46 dir path=var/log
       
    47 dir path=var/log/pkg
       
    48 dir path=var/log/pkg/sysrepo
       
    49 file path=lib/svc/manifest/system/pkg-sysrepo.xml
       
    50 file path=lib/svc/method/svc-pkg-sysrepo
       
    51 file path=usr/lib/pkg.sysrepo mode=0755
       
    52 file path=etc/pkg/sysrepo/sysrepo_httpd.conf.mako
       
    53 file path=etc/pkg/sysrepo/sysrepo_publisher_response.mako
       
    54 # we deliver 0-byte log file stubs
       
    55 file path=var/log/pkg/sysrepo/access_log preserve=renamenew
       
    56 file path=var/log/pkg/sysrepo/error_log preserve=renamenew
       
    57 license cr_Oracle license=cr_Oracle
       
    58 # manual dependencies on pkg and python can be detected by
       
    59 # pkgdepend once in use on our gate. The manual dependency
       
    60 # on apache results from our calling apachectl from our
       
    61 # method script, and can't be detected by pkgdepend.
       
    62 depend fmri=package/pkg type=require
       
    63 depend fmri=runtime/[email protected] type=require
       
    64 depend fmri=web/server/apache-22 type=require