Print this page
4174 Torch the old and unmaintained Sun-dhcp
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/service-network-dhcp.mf
+++ new/usr/src/pkg/manifests/service-network-dhcp.mf
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
24 25 #
25 26
26 27 set name=pkg.fmri value=pkg:/service/network/dhcp@$(PKGVERS)
27 -set 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."
29 -set name=pkg.summary value="BOOTP/DHCP Server Services"
30 -set name=info.classification \
31 - value=org.opensolaris.category.2008:System/Services
28 +set name=pkg.obsolete value=true
32 29 set name=variant.arch value=$(ARCH)
33 -dir path=etc group=sys
34 -dir path=etc/inet group=sys
35 -dir path=etc/init.d group=sys
36 -dir path=lib
37 -dir path=lib/svc
38 -dir path=lib/svc/manifest group=sys
39 -dir path=lib/svc/manifest/network group=sys
40 -dir path=usr group=sys
41 -dir path=usr/include
42 -dir path=usr/lib
43 -dir path=usr/lib/inet
44 -dir path=usr/lib/inet/dhcp
45 -dir path=usr/lib/inet/dhcp/nsu
46 -dir path=usr/lib/inet/dhcp/svc
47 -dir path=usr/lib/inet/dhcp/svcadm
48 -dir path=usr/sbin
49 -dir path=usr/share/man
50 -dir path=usr/share/man/man1m
51 -dir path=usr/share/man/man5
52 -file path=etc/init.d/dhcp group=sys mode=0744
53 -file path=lib/svc/manifest/network/dhcp-server.xml group=sys mode=0444
54 -file path=usr/include/dhcp_svc_public.h
55 -file path=usr/lib/inet/dhcp/nsu/rfc2136.so.1
56 -file path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so.0
57 -file path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so.1
58 -file path=usr/lib/inet/dhcp/svcadm/dhcpcli.jar mode=0444
59 -file path=usr/lib/inet/dhcp/svcadm/dhcpcommon.jar mode=0444
60 -file path=usr/lib/inet/dhcp/svcadm/dhcpconfig mode=0555
61 -file path=usr/lib/inet/dhcp/svcadm/dhcpsvc.jar mode=0444
62 -file path=usr/lib/inet/dhcp/svcadm/dhtadm mode=0555
63 -file path=usr/lib/inet/dhcp/svcadm/pntadm mode=0555
64 -file path=usr/lib/inet/dsvclockd mode=0555
65 -file path=usr/lib/inet/in.dhcpd mode=0555
66 -file path=usr/lib/libdhcpsvc.so.1
67 -file path=usr/sbin/dhcpconfig mode=0555
68 -file path=usr/sbin/dhtadm mode=0555
69 -file path=usr/sbin/pntadm mode=0555
70 -file path=usr/share/man/man1m/dhcpconfig.1m
71 -file path=usr/share/man/man1m/dhtadm.1m
72 -file path=usr/share/man/man1m/dsvclockd.1m
73 -file path=usr/share/man/man1m/in.dhcpd.1m
74 -file path=usr/share/man/man1m/pntadm.1m
75 -file path=usr/share/man/man4/dhcp_network.4
76 -file path=usr/share/man/man4/dhcpsvc.conf.4
77 -file path=usr/share/man/man4/dhcptab.4
78 -file path=usr/share/man/man5/dhcp_modules.5
79 -legacy pkg=SUNWdhcsr \
80 - 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." \
81 - name="BOOTP/DHCP Server Services, (Root)"
82 -legacy pkg=SUNWdhcsu \
83 - 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." \
84 - name="BOOTP/DHCP Server Services, (Usr)"
85 -license cr_Sun license=cr_Sun
86 -license lic_CDDL license=lic_CDDL
87 -license usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/THIRDPARTYLICENSE \
88 - license=usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/THIRDPARTYLICENSE
89 -link path=usr/lib/inet/dhcp/svc/ds_SUNWfiles.so target=./ds_SUNWfiles.so.1
90 -depend fmri=network/dhcp/dhcpmgr type=require
91 -depend fmri=network/ftp type=require
92 -depend fmri=runtime/java type=require
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX