service-network-dhcp.mf revision 13057:97ef25510836
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) 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26set name=pkg.fmri value=pkg:/service/network/dhcp@$(PKGVERS)
27set name=pkg.description \
28    value="Usr filesystem portion of the SunOS BOOTP/DHCP service, which uses the BOOT Protocol and/or Dynamic Host Configuration Protocol to provide network configuration parameters to BOOTP/DHCP clients. Administration utilities for the service are included."
29set name=pkg.summary value="BOOTP/DHCP Server Services"
30set name=info.classification \
31    value=org.opensolaris.category.2008:System/Services
32set name=variant.arch value=$(ARCH)
33dir path=etc group=sys
34dir path=etc/inet group=sys
35dir path=etc/init.d group=sys
36dir path=lib
37dir path=lib/svc
38dir path=lib/svc/manifest group=sys
39dir path=lib/svc/manifest/network group=sys
40dir path=usr group=sys
41dir path=usr/include
42dir path=usr/lib
43dir path=usr/lib/inet
44dir path=usr/lib/inet/dhcp
45dir path=usr/lib/inet/dhcp/nsu
46dir path=usr/lib/inet/dhcp/svc
47dir path=usr/lib/inet/dhcp/svcadm
48dir path=usr/sbin
49file path=etc/init.d/dhcp group=sys mode=0744
50file path=lib/svc/manifest/network/dhcp-server.xml group=sys mode=0444
51file path=usr/include/dhcp_svc_public.h
52file path=usr/lib/inet/dhcp/nsu/rfc2136.so.1
53file path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so.0
54file path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so.1
55file path=usr/lib/inet/dhcp/svcadm/dhcpcli.jar mode=0444
56file path=usr/lib/inet/dhcp/svcadm/dhcpcommon.jar mode=0444
57file path=usr/lib/inet/dhcp/svcadm/dhcpconfig mode=0555
58file path=usr/lib/inet/dhcp/svcadm/dhcpsvc.jar mode=0444
59file path=usr/lib/inet/dhcp/svcadm/dhtadm mode=0555
60file path=usr/lib/inet/dhcp/svcadm/pntadm mode=0555
61file path=usr/lib/inet/dsvclockd mode=0555
62file path=usr/lib/inet/in.dhcpd mode=0555
63file path=usr/lib/libdhcpsvc.so.1
64file path=usr/sbin/dhcpconfig mode=0555
65file path=usr/sbin/dhtadm mode=0555
66file path=usr/sbin/pntadm mode=0555
67legacy pkg=SUNWdhcsr \
68    desc="Root filesystem portion of the SunOS BOOTP/DHCP service, which uses the BOOT Protocol and/or Dynamic Host Configuration Protocol to provide network configuration parameters to BOOTP/DHCP clients. Administration utilities for the service are included." \
69    name="BOOTP/DHCP Server Services, (Root)"
70legacy pkg=SUNWdhcsu \
71    desc="Usr filesystem portion of the SunOS BOOTP/DHCP service, which uses the BOOT Protocol and/or Dynamic Host Configuration Protocol to provide network configuration parameters to BOOTP/DHCP clients. Administration utilities for the service are included." \
72    name="BOOTP/DHCP Server Services, (Usr)"
73license cr_Sun license=cr_Sun
74license lic_CDDL license=lic_CDDL
75license usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/THIRDPARTYLICENSE \
76    license=usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/THIRDPARTYLICENSE
77link path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so target=./ds_SUNWfiles.so.1
78depend fmri=network/dhcp/dhcpmgr type=require
79depend fmri=network/ftp type=require
80depend fmri=runtime/java type=require
81