Print this page
5861 clean up obsolete init scripts
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/SUNWcsd.mf
+++ new/usr/src/pkg/manifests/SUNWcsd.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 2015 Nexenta Systems, Inc. All rights reserved.
24 25 #
25 26
26 27 #
27 28 # The default for payload-bearing actions in this package is to appear in the
28 29 # global zone only. See the include file for greater detail, as well as
29 30 # information about overriding the defaults.
30 31 #
31 32 <include global_zone_only_component>
32 33 set name=pkg.fmri value=pkg:/SUNWcsd@$(PKGVERS)
33 34 set name=pkg.description \
34 35 value="core entries for /dev and /devices needed for the initial boot of Solaris"
35 36 set name=pkg.summary value="Core Solaris Devices"
36 37 set name=info.classification value=org.opensolaris.category.2008:System/Core
37 38 set name=variant.arch value=$(ARCH)
38 39 dir path=dev group=sys
39 40 dir path=dev/dsk group=sys
40 41 dir path=dev/fd group=root mode=0555
41 42 dir path=dev/ipnet group=sys
42 43 dir path=dev/net group=sys
43 44 dir path=dev/pts group=sys
↓ open down ↓ |
10 lines elided |
↑ open up ↑ |
44 45 dir path=dev/rdsk group=sys
45 46 dir path=dev/rmt group=sys
46 47 dir path=dev/sad group=sys
47 48 dir path=dev/swap group=sys
48 49 dir path=dev/term group=root
49 50 dir path=dev/vt group=sys
50 51 dir path=dev/zcons group=sys
51 52 dir path=devices group=sys
52 53 dir path=devices/pseudo group=sys
53 54 dir path=etc group=sys
54 -dir path=etc/init.d group=sys
55 55 dir path=etc/rcm group=sys
56 56 dir path=etc/rcm/scripts group=sys
57 57 dir path=etc/security group=sys
58 58 dir path=lib
59 59 dir path=lib/svc
60 60 dir path=lib/svc/manifest group=sys
61 61 dir path=lib/svc/manifest/system group=sys
62 62 dir path=lib/svc/method
63 63 dir path=usr/share/man
64 64 dir path=usr/share/man/man4
65 65 file path=etc/dacf.conf group=sys
66 66 file path=etc/devlink.tab group=sys preserve=true
67 67 file path=etc/driver_aliases group=sys preserve=true
68 68 file path=etc/driver_classes group=sys preserve=true
69 -file path=etc/init.d/devlinks group=sys mode=0744 preserve=true
70 -file path=etc/init.d/drvconfig group=sys mode=0744 preserve=true
71 69 file path=etc/iu.ap group=sys preserve=true
72 70 file path=etc/minor_perm group=sys preserve=true
73 71 file path=etc/name_to_major group=sys preserve=true
74 72 file path=etc/path_to_inst group=root mode=0444 preserve=true
75 73 file path=etc/security/device_policy group=sys preserve=true
76 74 file path=etc/security/extra_privs group=sys preserve=true
77 75 file path=lib/svc/manifest/system/sysevent.xml group=sys mode=0444
78 76 file path=lib/svc/method/svc-syseventd mode=0555
79 77 file path=usr/share/man/man4/path_to_inst.4
80 78 legacy pkg=SUNWcsd \
81 79 desc="core entries for /dev and /devices needed for the initial boot of Solaris" \
82 80 name="Core Solaris Devices"
83 81 license cr_Sun license=cr_Sun
84 82 license lic_CDDL license=lic_CDDL
85 83 link path=dev/stderr target=./fd/2
86 84 link path=dev/stdin target=./fd/0
87 85 link path=dev/stdout target=./fd/1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX