components/isc-dhcp/dhcp.p5m
author zihao.zhu@oracle.com <zihao.zhu@oracle.com>
Tue, 18 Oct 2016 14:50:09 -0700
changeset 7123 b650e07ff9f6
parent 6093 89cd363fa5c9
permissions -rw-r--r--
24750381 python-ldap missing dependencies on pyasn1, pyasn1-modules
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
#
5709
42ebc732084b PSARC 2016/201 Upgrade to ISC DHCP 4.3.3-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5261
diff changeset
    21
#
5261
172253f94ecf 22517767 Upgrade Solaris' DHCP to version 4.1-ESV-R7-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 4666
diff changeset
    22
# Copyright (c) 2011, 2016, 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
    23
#
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    24
<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
    25
set name=pkg.fmri \
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    26
    value=pkg:/service/network/dhcp/isc-dhcp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    27
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
    28
set name=pkg.description \
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    29
    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."
5261
172253f94ecf 22517767 Upgrade Solaris' DHCP to version 4.1-ESV-R7-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 4666
diff changeset
    30
set name=pkg.human-version value=$(HUMAN_VERSION)
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 658
diff changeset
    31
set name=com.oracle.info.description value="the ISC DHCP Server and Relay Agent"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    33
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
    34
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
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
5709
42ebc732084b PSARC 2016/201 Upgrade to ISC DHCP 4.3.3-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5261
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2011/043 value=PSARC/2015/160 \
42ebc732084b PSARC 2016/201 Upgrade to ISC DHCP 4.3.3-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5261
diff changeset
    37
    value=PSARC/2016/201
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5709
42ebc732084b PSARC 2016/201 Upgrade to ISC DHCP 4.3.3-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5261
diff changeset
    39
file path=etc/inet/dhcpd.conf.example group=sys
6093
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    40
file Solaris/dhcp_auths \
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    41
    path=etc/security/auth_attr.d/service%2Fnetwork%2Fisc-dhcp
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    42
file Solaris/isc-dhcp-relay.xml \
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    43
    path=lib/svc/manifest/network/dhcp/isc-dhcp-relay.xml group=sys mode=0444
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    44
file Solaris/isc-dhcp-server.xml \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    45
    path=lib/svc/manifest/network/dhcp/isc-dhcp-server.xml group=sys mode=0444
6093
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    46
file Solaris/isc-dhcp.sh path=lib/svc/method/isc-dhcp mode=0555
4666
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    47
file path=usr/include/dhcpctl/dhcpctl.h
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    48
file path=usr/include/omapip/alloc.h
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    49
file path=usr/include/omapip/buffer.h
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    50
file path=usr/include/omapip/convert.h
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    51
file path=usr/include/omapip/hash.h
5709
42ebc732084b PSARC 2016/201 Upgrade to ISC DHCP 4.3.3-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5261
diff changeset
    52
file path=usr/include/omapip/isclib.h
4666
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    53
file path=usr/include/omapip/omapip.h
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    54
file path=usr/include/omapip/omapip_p.h
5709
42ebc732084b PSARC 2016/201 Upgrade to ISC DHCP 4.3.3-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5261
diff changeset
    55
file path=usr/include/omapip/result.h
4666
8748188dd538 21379777 header files missing in userland isc-dhcp package manifest
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 4084
diff changeset
    56
file path=usr/include/omapip/trace.h
4084
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    57
link path=usr/lib/$(MACH64)/libdhcpctl.so target=libdhcpctl.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    58
file path=usr/lib/$(MACH64)/libdhcpctl.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    59
link path=usr/lib/$(MACH64)/libomapi.so target=libomapi.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    60
file path=usr/lib/$(MACH64)/libomapi.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    61
file path=usr/lib/$(MACH64)/llib-ldhcpctl.ln
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    62
file path=usr/lib/$(MACH64)/llib-lomapi.ln
6093
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    63
file Solaris/SmfDHCPStates.html \
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    64
    path=usr/lib/help/auths/locale/C/SmfDHCPStates.html mode=0444
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    65
file Solaris/SmfValueDHCP.html \
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    66
    path=usr/lib/help/auths/locale/C/SmfValueDHCP.html mode=0444
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/inet/dhcpd
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/inet/dhcrelay
4084
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    69
link path=usr/lib/libdhcpctl.so target=libdhcpctl.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    70
file path=usr/lib/libdhcpctl.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    71
link path=usr/lib/libomapi.so target=libomapi.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    72
file path=usr/lib/libomapi.so.1
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    73
file path=usr/lib/llib-ldhcpctl
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    74
file path=usr/lib/llib-ldhcpctl.ln
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    75
file path=usr/lib/llib-lomapi
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    76
file path=usr/lib/llib-lomapi.ln
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    77
file path=usr/sbin/omshell
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    78
file path=usr/share/man/man1/omshell.1
5709
42ebc732084b PSARC 2016/201 Upgrade to ISC DHCP 4.3.3-P1
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5261
diff changeset
    79
file path=usr/share/man/man3/dhcpctl.3
4084
3b8278addf4b PSARC/2015/160 ISC libomapi, libdst, and libdhcpctl
Praveen Kumar Muthuswamy <praveen.muthuswamy@oracle.com>
parents: 3732
diff changeset
    80
file path=usr/share/man/man3/omapi.3
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    81
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
    82
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
    83
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
    84
file path=usr/share/man/man5/dhcpd.leases.5
6093
89cd363fa5c9 22879627 problem in SERVICE/DHCP-SERVER
Ben Chang <Benjamin.Chang@Oracle.COM>
parents: 5709
diff changeset
    85
file Solaris/isc-dhcp.5 path=usr/share/man/man5/isc-dhcp.5
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    86
file path=usr/share/man/man8/dhcpd.8
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    87
file path=usr/share/man/man8/dhcrelay.8
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    88
#
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    89
#
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    90
# isc-dhcp lease database directory with mode 0755 to allow isc-dhcp
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    91
# start method to create empty lease files if needed and is world
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    92
# readable to allow any user scripts to parse the lease db files.
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    93
dir  path=var/db/isc-dhcp owner=dhcpserv group=netadm mode=0755
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    94
file dhcpd.leases path=var/db/isc-dhcp/dhcpd4.leases owner=dhcpserv \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    95
    group=netadm mode=0644 preserve=true
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    96
file dhcpd.leases path=var/db/isc-dhcp/dhcpd6.leases owner=dhcpserv \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    97
    group=netadm mode=0644 preserve=true
280
c0dae1e3ca2f PSARC 2011/043 Import ISC DHCP
Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
parents:
diff changeset
    98
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
    99
    group=netadm uid=18
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   100
license isc-dhcp.license license="ISC BSD"
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   101
depend type=require fmri=__TBD \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   102
    pkg.debug.depend.file=lib/svc/share/net_include.sh \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   103
    pkg.debug.reason=lib/svc/method/isc-dhcp