Print this page
8113 Split the old network clients/servers packages into more easily minimizable pieces
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/service-network-network-servers.mf
+++ new/usr/src/pkg/manifests/service-network-network-servers.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
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]
↓ open down ↓ |
17 lines elided |
↑ open up ↑ |
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 24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25 25 #
26 26
27 27 set name=pkg.fmri value=pkg:/service/network/network-servers@$(PKGVERS)
28 -set name=pkg.description \
29 - value="Remote Network Server Commands (includes finger, talk, commands)"
28 +set name=pkg.description value="Berkeley Remote Network Server Commands"
29 +set name=pkg.renamed value=true
30 30 set name=pkg.summary value="Remote Network Server Commands"
31 -set name=info.classification value=org.opensolaris.category.2008:System/Core
32 31 set name=variant.arch value=$(ARCH)
33 -dir path=etc group=sys
34 -dir path=lib
35 -dir path=lib/svc
36 -dir path=lib/svc/manifest group=sys
37 -dir path=lib/svc/manifest/network group=sys
38 -dir path=lib/svc/manifest/network/rpc group=sys
39 -dir path=usr group=sys
40 -dir path=usr/bin
41 -dir path=usr/lib
42 -dir path=usr/lib/netsvc group=sys
43 -dir path=usr/sbin
44 -dir path=usr/share/man
45 -dir path=usr/share/man/man1
46 -dir path=usr/share/man/man1m
47 -dir path=usr/share/man/man4
48 -file path=lib/svc/manifest/network/comsat.xml group=sys mode=0444
49 -file path=lib/svc/manifest/network/finger.xml group=sys mode=0444
50 -file path=lib/svc/manifest/network/login.xml group=sys mode=0444
51 -file path=lib/svc/manifest/network/rexec.xml group=sys mode=0444
52 -file path=lib/svc/manifest/network/shell.xml group=sys mode=0444
53 -file path=lib/svc/manifest/network/talk.xml group=sys mode=0444
54 -file path=usr/bin/finger mode=0555
55 -file path=usr/bin/talk mode=0555
56 -file path=usr/sbin/in.comsat mode=0555
57 -file path=usr/sbin/in.fingerd mode=0555
58 -file path=usr/sbin/in.rexecd mode=0555
59 -file path=usr/sbin/in.rlogind mode=0555
60 -file path=usr/sbin/in.rshd mode=0555
61 -file path=usr/sbin/in.talkd mode=0555
62 -file path=usr/share/man/man1/finger.1
63 -file path=usr/share/man/man1/talk.1
64 -file path=usr/share/man/man1m/in.comsat.1m
65 -file path=usr/share/man/man1m/in.fingerd.1m
66 -file path=usr/share/man/man1m/in.rexecd.1m
67 -file path=usr/share/man/man1m/in.rlogind.1m
68 -file path=usr/share/man/man1m/in.rshd.1m
69 -file path=usr/share/man/man1m/in.talkd.1m
70 -file path=usr/share/man/man4/hosts.equiv.4
71 -legacy pkg=SUNWrcmdr desc="Remote Network Server Commands (Root)" \
72 - name="Remote Network Server Commands (Root)"
73 -legacy pkg=SUNWrcmds \
74 - desc="Remote Network Server Commands (includes finger, talk commands)" \
75 - name="Remote Network Server Commands (Usr)"
76 -license cr_Sun license=cr_Sun
77 -license lic_CDDL license=lic_CDDL
78 -license usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.comsat \
79 - license=usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.comsat
80 -license usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.rlogind \
81 - license=usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.rlogind
82 -link path=etc/rmt target=../usr/sbin/rmt
83 -link path=usr/share/man/man1m/comsat.1m target=in.comsat.1m
84 -link path=usr/share/man/man1m/fingerd.1m target=in.fingerd.1m
85 -link path=usr/share/man/man1m/rexecd.1m target=in.rexecd.1m
86 -link path=usr/share/man/man1m/rlogind.1m target=in.rlogind.1m
87 -link path=usr/share/man/man1m/rshd.1m target=in.rshd.1m
88 -link path=usr/share/man/man1m/talkd.1m target=in.talkd.1m
89 -link path=usr/share/man/man4/rhosts.4 target=hosts.equiv.4
32 +depend fmri=network/finger type=require
33 +depend fmri=network/talk type=require
34 +depend fmri=service/network/rsh type=require
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX