Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/system-network-console.mf
+++ new/usr/src/pkg/manifests/system-network-console.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 Andrew Stormont.
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:/system/network-console@$(PKGVERS)
33 34 set name=pkg.description value="Network Console"
34 35 set name=pkg.summary value="Network Console"
35 36 set name=info.classification value=org.opensolaris.category.2008:System/Core
36 37 set name=variant.arch value=sparc
37 38 dir path=lib
38 39 dir path=lib/svc
39 40 dir path=lib/svc/manifest group=sys
40 41 dir path=lib/svc/manifest/system group=sys
41 42 dir path=lib/svc/method
42 43 dir path=platform group=sys
43 44 dir path=platform/SUNW,Sun-Fire-15000 group=sys
44 45 dir path=platform/SUNW,Sun-Fire-15000/kernel group=sys
45 46 dir path=platform/SUNW,Sun-Fire-15000/kernel/drv group=sys
46 47 dir path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64) group=sys
47 48 dir path=platform/SUNW,Sun-Fire-15000/lib
48 49 dir path=platform/SUNW,Ultra-Enterprise-10000 group=sys
49 50 dir path=platform/SUNW,Ultra-Enterprise-10000/kernel group=sys
50 51 dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv group=sys
51 52 dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64) group=sys
52 53 dir path=platform/SUNW,Ultra-Enterprise-10000/lib
53 54 dir path=usr/share/man
54 55 dir path=usr/share/man/man1m
55 56 dir path=usr/share/man/man7d
56 57 driver name=cvc perms="* 0600 root sys"
57 58 driver name=cvcredir perms="* 0600 root sys"
58 59 file path=lib/svc/manifest/system/cvc.xml group=sys mode=0444
59 60 file path=lib/svc/method/svc-cvcd mode=0555
60 61 file path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64)/cvc group=sys
61 62 file path=platform/SUNW,Sun-Fire-15000/kernel/drv/$(ARCH64)/cvcredir group=sys
62 63 file path=platform/SUNW,Sun-Fire-15000/kernel/drv/cvc.conf group=sys
63 64 file path=platform/SUNW,Sun-Fire-15000/kernel/drv/cvcredir.conf group=sys
64 65 file path=platform/SUNW,Sun-Fire-15000/lib/cvcd group=sys mode=0755
65 66 file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64)/cvc \
66 67 group=sys
67 68 file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64)/cvcredir \
68 69 group=sys
69 70 file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/cvc.conf group=sys
70 71 file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/cvcredir.conf \
71 72 group=sys
72 73 file path=platform/SUNW,Ultra-Enterprise-10000/lib/cvcd group=sys mode=0700
73 74 file path=usr/share/man/man1m/cvcd.1m
74 75 file path=usr/share/man/man7d/cvc.7d
75 76 file path=usr/share/man/man7d/cvcredir.7d
76 77 legacy pkg=SUNWcvc.u arch=$(ARCH).sun4u desc="Network Console" \
77 78 name="Network Console"
78 79 legacy pkg=SUNWcvcr.u arch=$(ARCH).sun4u desc="Network Console daemon" \
79 80 name="Network Console daemon"
80 81 license cr_Sun license=cr_Sun
81 82 license lic_CDDL license=lic_CDDL
↓ open down ↓ |
48 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX