components/rsyslog/rsyslog.p5m
changeset 847 4ae04177ffa1
child 1205 6c6c27bcf9ac
equal deleted inserted replaced
846:fe258446a1ae 847:4ae04177ffa1
       
     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 
       
    22 #
       
    23 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability Uncommitted>
       
    27 set name=pkg.fmri \
       
    28     value=pkg:/system/rsyslog@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.description \
       
    30     value="Rsyslog is a reliable and extended syslog daemon implementation with a modular design, supporting many features (e.g., filtering, TCP, encryption, high-precision time-stamps, output control)."
       
    31 set name=pkg.summary value="reliable and extended syslogd"
       
    32 set name=info.classification \
       
    33     value="org.opensolaris.category.2008:System/Administration and Configuration"
       
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    35 set name=info.upstream value="Rainer Gerhards"
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2012/197
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 dir  path=etc
       
    40 file rsyslog.conf-solaris path=etc/rsyslog.conf group=sys preserve=true \
       
    41     mode=0644 overlay=allow
       
    42 dir  path=lib
       
    43 dir  path=lib/svc
       
    44 dir  path=lib/svc/manifest
       
    45 dir  path=lib/svc/manifest/system
       
    46 file rsyslog.xml path=lib/svc/manifest/system/rsyslog.xml
       
    47 dir  path=lib/svc/method
       
    48 file rsyslog path=lib/svc/method/rsyslog
       
    49 dir  path=usr
       
    50 dir  path=usr/lib
       
    51 dir  path=usr/lib/rsyslog
       
    52 file path=usr/lib/rsyslog/imgssapi.so
       
    53 file path=usr/lib/rsyslog/immark.so
       
    54 file path=usr/lib/rsyslog/imsolaris.so
       
    55 file path=usr/lib/rsyslog/imtcp.so
       
    56 file path=usr/lib/rsyslog/imudp.so
       
    57 file path=usr/lib/rsyslog/imuxsock.so
       
    58 file path=usr/lib/rsyslog/lmgssutil.so
       
    59 file path=usr/lib/rsyslog/lmnet.so
       
    60 file path=usr/lib/rsyslog/lmnetstrms.so
       
    61 file path=usr/lib/rsyslog/lmnsd_gtls.so
       
    62 file path=usr/lib/rsyslog/lmnsd_ptcp.so
       
    63 file path=usr/lib/rsyslog/lmregexp.so
       
    64 file path=usr/lib/rsyslog/lmstrmsrv.so
       
    65 file path=usr/lib/rsyslog/lmtcpclt.so
       
    66 file path=usr/lib/rsyslog/lmtcpsrv.so
       
    67 file path=usr/lib/rsyslog/lmzlibw.so
       
    68 file path=usr/lib/rsyslog/omgssapi.so
       
    69 file path=usr/lib/rsyslog/ommail.so
       
    70 file path=usr/lib/rsyslog/omruleset.so
       
    71 file path=usr/lib/rsyslog/omtesting.so
       
    72 file path=usr/lib/rsyslog/rsyslogd mode=0555
       
    73 dir  path=usr/share
       
    74 dir  path=usr/share/man
       
    75 dir  path=usr/share/man/man1m
       
    76 file usr/share/man/man8/rsyslogd.8 path=usr/share/man/man1m/rsyslogd.1m \
       
    77     mangler.bypass=true
       
    78 dir  path=usr/share/man/man4
       
    79 file usr/share/man/man5/rsyslog.conf.5 path=usr/share/man/man4/rsyslog.conf.4
       
    80 dir  path=var
       
    81 dir  path=var/spool
       
    82 dir  path=var/spool/rsyslog
       
    83 license rsyslog.license license=GPLv3
       
    84 depend fmri=__TBD pkg.debug.depend.file=usr/bin/stat type=require