xref: /titanic_53/usr/src/pkg/manifests/service-network-dhcp.mf (revision ebbab6bbae913efeadfa3c6a1b082664a125f95b)
1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23*ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/service/network/dhcp@$(PKGVERS)
27ead1f93eSLiane Prazaset name=pkg.description \
28ead1f93eSLiane Praza    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."
29ead1f93eSLiane Prazaset name=pkg.summary value="BOOTP/DHCP Server Services"
30*ebbab6bbSDan Priceset name=info.classification \
31*ebbab6bbSDan Price    value=org.opensolaris.category.2008:System/Services
32ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
33ead1f93eSLiane Prazadir path=etc group=sys
34ead1f93eSLiane Prazadir path=etc/inet group=sys
35ead1f93eSLiane Prazadir path=etc/init.d group=sys
369444c26fSTom Whittendir path=lib
379444c26fSTom Whittendir path=lib/svc
38*ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys
39*ebbab6bbSDan Pricedir path=lib/svc/manifest/network group=sys
40ead1f93eSLiane Prazadir path=usr group=sys
41ead1f93eSLiane Prazadir path=usr/include
42ead1f93eSLiane Prazadir path=usr/lib
43ead1f93eSLiane Prazadir path=usr/lib/inet
44ead1f93eSLiane Prazadir path=usr/lib/inet/dhcp
45ead1f93eSLiane Prazadir path=usr/lib/inet/dhcp/nsu
46ead1f93eSLiane Prazadir path=usr/lib/inet/dhcp/svc
47ead1f93eSLiane Prazadir path=usr/lib/inet/dhcp/svcadm
48ead1f93eSLiane Prazadir path=usr/sbin
49ead1f93eSLiane Prazafile path=etc/init.d/dhcp group=sys mode=0744
50*ebbab6bbSDan Pricefile path=lib/svc/manifest/network/dhcp-server.xml group=sys mode=0444
51ead1f93eSLiane Prazafile path=usr/include/dhcp_svc_public.h
52ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/nsu/rfc2136.so.1
53ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so.0
54ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so.1
55ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svcadm/dhcpcli.jar mode=0444
56ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svcadm/dhcpcommon.jar mode=0444
57ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svcadm/dhcpconfig mode=0555
58ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svcadm/dhcpsvc.jar mode=0444
59ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svcadm/dhtadm mode=0555
60ead1f93eSLiane Prazafile path=usr/lib/inet/dhcp/svcadm/pntadm mode=0555
61ead1f93eSLiane Prazafile path=usr/lib/inet/dsvclockd mode=0555
62ead1f93eSLiane Prazafile path=usr/lib/inet/in.dhcpd mode=0555
63ead1f93eSLiane Prazafile path=usr/lib/libdhcpsvc.so.1
64ead1f93eSLiane Prazafile path=usr/sbin/dhcpconfig mode=0555
65ead1f93eSLiane Prazafile path=usr/sbin/dhtadm mode=0555
66ead1f93eSLiane Prazafile path=usr/sbin/pntadm mode=0555
67ead1f93eSLiane Prazalegacy pkg=SUNWdhcsr arch=$(ARCH) category=system \
68ead1f93eSLiane Praza    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." \
69ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
70ead1f93eSLiane Praza    name="BOOTP/DHCP Server Services, (Root)" vendor="Sun Microsystems, Inc." \
71ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
72ead1f93eSLiane Prazalegacy pkg=SUNWdhcsu arch=$(ARCH) category=system \
73ead1f93eSLiane Praza    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." \
74ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
75ead1f93eSLiane Praza    name="BOOTP/DHCP Server Services, (Usr)" vendor="Sun Microsystems, Inc." \
76ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
77ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
78ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
79ead1f93eSLiane Prazalink path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so target=./ds_SUNWfiles.so.1
80ead1f93eSLiane Prazadepend fmri=network/dhcp/dhcpmgr type=require
81ead1f93eSLiane Prazadepend fmri=network/ftp type=require
82ead1f93eSLiane Prazadepend fmri=runtime/java type=require
83