components/isc-dhcp/dhcp.p5m
author Jan Parcel <jan.parcel@oracle.com>
Fri, 21 Apr 2017 13:46:39 -0700
branchs11u3-sru
changeset 7926 26093f5b918b
parent 7871 144cb9bf676b
permissions -rw-r--r--
25172715 OpenSSL libraries should have RUNPATH for libcrypto pairing 25668366 finish ecc: move openssl.5 to Userland and ship dependent components 24684497 openssl(5) corrections when Elliptic Curve Cryptography is enabled 25816900 openssl.5 in Userland 11.3 needs to be openssl.7 for packaging reasons
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     1
#
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     3
#
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     7
#
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    12
#
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    18
#
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    20
#
7574
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    21
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    22
#
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    25
    value=pkg:/service/network/dhcp/isc-dhcp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    26
set name=pkg.summary value="ISC DHCP Server and Relay Agent."
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    28
    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."
6168
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    29
set name=pkg.human-version value=$(HUMAN_VERSION)
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 658
diff changeset
    30
set name=com.oracle.info.description value="the ISC DHCP Server and Relay Agent"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2551
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    32
set name=info.classification value=org.opensolaris.category.2008:System/Services
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 280
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 473
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
7574
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/2011/043 value=PSARC/2015/160
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    37
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    38
dir  path=etc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    39
dir  path=etc/inet
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    40
file server/dhcpd.conf path=etc/inet/dhcpd.conf.example group=sys
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    41
dir  path=etc/security
6168
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    42
file Solaris/dhcp_auths \
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    43
    path=etc/security/auth_attr.d/service%2Fnetwork%2Fisc-dhcp
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    44
dir  path=lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    45
dir  path=lib/svc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    46
dir  path=lib/svc/manifest
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    47
dir  path=lib/svc/manifest/network
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    48
dir  path=lib/svc/manifest/network/dhcp
6168
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    49
file Solaris/isc-dhcp-relay.xml \
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    50
    path=lib/svc/manifest/network/dhcp/isc-dhcp-relay.xml group=sys mode=0444
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    51
file Solaris/isc-dhcp-server.xml \
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    52
    path=lib/svc/manifest/network/dhcp/isc-dhcp-server.xml group=sys mode=0444
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    53
dir  path=lib/svc/method
6168
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    54
file Solaris/isc-dhcp.sh path=lib/svc/method/isc-dhcp mode=0555
7574
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    55
file path=usr/include/dhcpctl/dhcpctl.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    56
file path=usr/include/isc-dhcp/boolean.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    57
file path=usr/include/isc-dhcp/commandline.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    58
file path=usr/include/isc-dhcp/dst.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    59
file path=usr/include/isc-dhcp/formatcheck.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    60
file path=usr/include/isc-dhcp/int.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    61
file path=usr/include/isc-dhcp/lang.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    62
file path=usr/include/isc-dhcp/list.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    63
file path=usr/include/isc-dhcp/mem.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    64
file path=usr/include/isc-dhcp/print.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    65
file path=usr/include/isc-dhcp/result.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    66
file path=usr/include/isc-dhcp/string.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    67
file path=usr/include/isc-dhcp/types.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    68
file path=usr/include/omapip/alloc.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    69
file path=usr/include/omapip/buffer.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    70
file path=usr/include/omapip/convert.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    71
file path=usr/include/omapip/hash.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    72
file path=usr/include/omapip/omapip.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    73
file path=usr/include/omapip/omapip_p.h
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    74
file path=usr/include/omapip/trace.h
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    75
dir  path=usr
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    76
dir  path=usr/lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    77
dir  path=usr/lib/help
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    78
dir  path=usr/lib/help/auths
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    79
dir  path=usr/lib/help/auths/locale
6168
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    80
file Solaris/SmfDHCPStates.html \
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    81
    path=usr/lib/help/auths/locale/C/SmfDHCPStates.html mode=0444
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    82
file Solaris/SmfValueDHCP.html \
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
    83
    path=usr/lib/help/auths/locale/C/SmfValueDHCP.html mode=0444
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    84
dir  path=usr/lib/inet
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/inet/dhcpd
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/inet/dhcrelay
7574
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    87
link path=usr/lib/libdhcpctl.so target=libdhcpctl.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    88
file path=usr/lib/libdhcpctl.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    89
link path=usr/lib/libdst.so target=libdst.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    90
file path=usr/lib/libdst.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    91
link path=usr/lib/libomapi.so target=libomapi.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    92
file path=usr/lib/libomapi.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    93
file path=usr/lib/llib-ldhcpctl
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    94
file path=usr/lib/llib-ldhcpctl.ln
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    95
file path=usr/lib/llib-ldst
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    96
file path=usr/lib/llib-ldst.ln
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    97
file path=usr/lib/llib-lomapi
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    98
file path=usr/lib/llib-lomapi.ln
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
    99
link path=usr/lib/$(MACH64)/libdhcpctl.so target=libdhcpctl.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   100
file path=usr/lib/$(MACH64)/libdhcpctl.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   101
link path=usr/lib/$(MACH64)/libdst.so target=libdst.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   102
file path=usr/lib/$(MACH64)/libdst.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   103
link path=usr/lib/$(MACH64)/libomapi.so target=libomapi.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   104
file path=usr/lib/$(MACH64)/libomapi.so.1
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   105
file path=usr/lib/$(MACH64)/llib-ldhcpctl.ln
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   106
file path=usr/lib/$(MACH64)/llib-ldst.ln
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   107
file path=usr/lib/$(MACH64)/llib-lomapi.ln
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   108
dir  path=usr/sbin
7871
144cb9bf676b 25751368 omshell move from /usr/sbin to /usr/sbin/i86 links back to /usr/sbin missing
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 7574
diff changeset
   109
file path=usr/sbin/omshell
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   110
dir  path=usr/share
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   111
dir  path=usr/share/man
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   112
dir  path=usr/share/man/man1
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   113
file path=usr/share/man/man1/omshell.1
7574
fb557863edc8 PSARC 2015/160 ISC libomapi, libdst, and libdhcpctl
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 6168
diff changeset
   114
file path=usr/share/man/man3/omapi.3
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   115
dir  path=usr/share/man/man5
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   116
file path=usr/share/man/man5/dhcp-eval.5
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   117
file path=usr/share/man/man5/dhcp-options.5
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   118
file path=usr/share/man/man5/dhcpd.conf.5
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   119
file path=usr/share/man/man5/dhcpd.leases.5
6168
b3cd649419fe 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5294
diff changeset
   120
file Solaris/isc-dhcp.5 path=usr/share/man/man5/isc-dhcp.5
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   121
dir  path=usr/share/man/man8
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   122
file path=usr/share/man/man8/dhcpd.8
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   123
file path=usr/share/man/man8/dhcrelay.8
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   124
dir  path=var
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   125
dir  path=var/db
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   126
#
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   127
# isc-dhcp lease database directory with mode 0755 to allow isc-dhcp
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   128
# start method to create empty lease files if needed and is world
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   129
# readable to allow any user scripts to parse the lease db files.
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   130
dir  path=var/db/isc-dhcp owner=dhcpserv group=netadm mode=0755
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   131
file dhcpd.leases path=var/db/isc-dhcp/dhcpd4.leases owner=dhcpserv \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   132
    group=netadm mode=0644 preserve=true
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   133
file dhcpd.leases path=var/db/isc-dhcp/dhcpd6.leases owner=dhcpserv \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   134
    group=netadm mode=0644 preserve=true
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   135
user username=dhcpserv ftpuser=false gcos-field="DHCP Configuration Admin" \
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
   136
    group=netadm uid=18
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   137
license isc-dhcp.license license="ISC BSD"
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   138
depend type=require fmri=__TBD \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   139
    pkg.debug.depend.file=lib/svc/share/net_include.sh \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   140
    pkg.debug.reason=lib/svc/method/isc-dhcp