components/isc-dhcp/dhcp.p5m
changeset 280 c0dae1e3ca2f
child 464 08f94c414553
equal deleted inserted replaced
279:c6af843791cd 280:c0dae1e3ca2f
       
     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 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/service/network/dhcp/isc-dhcp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.description \
       
    27     value="ISC DHCP is open source software that implements the Dynamic Host Configuration Protocols for connection to a local network. This package includes the ISC DHCP server, relay agent and the omshell tool."
       
    28 set name=pkg.summary value="ISC DHCP Server and Relay Agent."
       
    29 set name=info.classification \
       
    30     value=org.opensolaris.category.2008:System/Services
       
    31 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    32 set name=info.upstream_url value=http://www.isc.org/software/dhcp/
       
    33 set name=opensolaris.arc_url \
       
    34     value=http://arc.opensolaris.org/caselog/PSARC/2011/043
       
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    36 #
       
    37 dir path=etc
       
    38 dir path=etc/inet
       
    39 dir path=etc/security
       
    40 dir path=lib
       
    41 dir path=lib/svc
       
    42 dir path=lib/svc/manifest
       
    43 dir path=lib/svc/manifest/network
       
    44 dir path=lib/svc/manifest/network/dhcp
       
    45 dir path=lib/svc/method
       
    46 dir path=usr
       
    47 dir path=usr/lib
       
    48 dir path=usr/lib/help
       
    49 dir path=usr/lib/help/auths
       
    50 dir path=usr/lib/help/auths/locale
       
    51 dir path=usr/lib/inet
       
    52 dir path=usr/sbin
       
    53 dir path=usr/share
       
    54 dir path=usr/share/man
       
    55 dir path=usr/share/man/man1
       
    56 dir path=usr/share/man/man5
       
    57 dir path=usr/share/man/man8
       
    58 dir path=var
       
    59 dir path=var/db
       
    60 #
       
    61 # isc-dhcp lease database directory with mode 0755 to allow isc-dhcp
       
    62 # start method to create empty lease files if needed and is world
       
    63 # readable to allow any user scripts to parse the lease db files.
       
    64 dir path=var/db/isc-dhcp group=netadm mode=0755 owner=dhcpserv
       
    65 file server/dhcpd.conf path=etc/inet/dhcpd.conf.example group=sys
       
    66 file dhcp_auths path=etc/security/auth_attr.d/service%2Fnetwork%2Fisc-dhcp
       
    67 file isc-dhcp-relay.xml path=lib/svc/manifest/network/dhcp/isc-dhcp-relay.xml \
       
    68     group=sys mode=0444
       
    69 file isc-dhcp-server.xml \
       
    70     path=lib/svc/manifest/network/dhcp/isc-dhcp-server.xml group=sys \
       
    71     mode=0444
       
    72 file isc-dhcp path=lib/svc/method/isc-dhcp mode=0555
       
    73 file SmfDHCPStates.html path=usr/lib/help/auths/locale/SmfDHCPStates.html
       
    74 file SmfValueDHCP.html path=usr/lib/help/auths/locale/SmfValueDHCP.html
       
    75 file path=usr/lib/inet/dhcpd
       
    76 file path=usr/lib/inet/dhcrelay
       
    77 file path=usr/sbin/omshell
       
    78 file path=usr/share/man/man1/omshell.1
       
    79 file path=usr/share/man/man5/dhcp-eval.5
       
    80 file path=usr/share/man/man5/dhcp-options.5
       
    81 file path=usr/share/man/man5/dhcpd.conf.5
       
    82 file path=usr/share/man/man5/dhcpd.leases.5
       
    83 file isc-dhcp.5 path=usr/share/man/man5/isc-dhcp.5
       
    84 file path=usr/share/man/man8/dhcpd.8
       
    85 file path=usr/share/man/man8/dhcrelay.8
       
    86 file dhcpd.leases path=var/db/isc-dhcp/dhcpd4.leases group=netadm mode=0644 \
       
    87     owner=dhcpserv preserve=true
       
    88 file dhcpd.leases path=var/db/isc-dhcp/dhcpd4.leases~ group=netadm mode=0644 \
       
    89     owner=dhcpserv preserve=true
       
    90 file dhcpd.leases path=var/db/isc-dhcp/dhcpd6.leases group=netadm mode=0644 \
       
    91     owner=dhcpserv preserve=true
       
    92 file dhcpd.leases path=var/db/isc-dhcp/dhcpd6.leases~ group=netadm mode=0644 \
       
    93     owner=dhcpserv preserve=true
       
    94 license LICENSE license="ISC BSD"
       
    95 user username=dhcpserv ftpuser=false gcos-field="DHCP Configuration Admin" \
       
    96     group=netadm uid=18