xref: /illumos-gate/usr/src/pkg/manifests/service-network-network-servers.p5m (revision 02b17e23cf5bf66a5ea787e066ae3d1aa49bd856)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25#
26
27set name=pkg.fmri value=pkg:/service/network/network-servers@$(PKGVERS)
28set name=pkg.summary value="Remote Network Server Commands"
29set name=pkg.description \
30    value="Remote Network Server Commands (includes finger, talk, rwho commands)"
31set name=info.classification value=org.opensolaris.category.2008:System/Core
32set name=variant.arch value=$(ARCH)
33dir  path=etc group=sys
34link path=etc/rmt target=../usr/sbin/rmt
35dir  path=lib
36dir  path=lib/svc
37dir  path=lib/svc/manifest group=sys
38dir  path=lib/svc/manifest/network group=sys
39file path=lib/svc/manifest/network/comsat.xml group=sys mode=0444
40file path=lib/svc/manifest/network/finger.xml group=sys mode=0444
41file path=lib/svc/manifest/network/login.xml group=sys mode=0444
42file path=lib/svc/manifest/network/rexec.xml group=sys mode=0444
43dir  path=lib/svc/manifest/network/rpc group=sys
44file path=lib/svc/manifest/network/rpc/rstat.xml group=sys mode=0444
45file path=lib/svc/manifest/network/rpc/rusers.xml group=sys mode=0444
46file path=lib/svc/manifest/network/rpc/spray.xml group=sys mode=0444
47file path=lib/svc/manifest/network/rpc/wall.xml group=sys mode=0444
48file path=lib/svc/manifest/network/shell.xml group=sys mode=0444
49file path=lib/svc/manifest/network/talk.xml group=sys mode=0444
50dir  path=usr group=sys
51dir  path=usr/bin
52file path=usr/bin/finger mode=0555
53file path=usr/bin/rwho mode=0555
54file path=usr/bin/talk mode=0555
55dir  path=usr/lib
56dir  path=usr/lib/netsvc group=sys
57dir  path=usr/lib/netsvc/rstat group=sys
58file path=usr/lib/netsvc/rstat/rpc.rstatd mode=0555
59dir  path=usr/lib/netsvc/rusers group=sys
60file path=usr/lib/netsvc/rusers/rpc.rusersd mode=0555
61dir  path=usr/lib/netsvc/rwall group=sys
62file path=usr/lib/netsvc/rwall/rpc.rwalld mode=0555
63dir  path=usr/lib/netsvc/spray group=sys
64file path=usr/lib/netsvc/spray/rpc.sprayd mode=0555
65dir  path=usr/sbin
66file path=usr/sbin/in.comsat mode=0555
67file path=usr/sbin/in.fingerd mode=0555
68file path=usr/sbin/in.rexecd mode=0555
69file path=usr/sbin/in.rlogind mode=0555
70file path=usr/sbin/in.rshd mode=0555
71file path=usr/sbin/in.rwhod mode=0555
72file path=usr/sbin/in.talkd mode=0555
73dir  path=usr/share/man
74dir  path=usr/share/man/man1
75file path=usr/share/man/man1/finger.1
76file path=usr/share/man/man1/rwho.1
77file path=usr/share/man/man1/talk.1
78dir  path=usr/share/man/man5
79file path=usr/share/man/man5/hosts.equiv.5
80link path=usr/share/man/man5/rhosts.5 target=hosts.equiv.5
81dir  path=usr/share/man/man8
82link path=usr/share/man/man8/comsat.8 target=in.comsat.8
83link path=usr/share/man/man8/fingerd.8 target=in.fingerd.8
84file path=usr/share/man/man8/in.comsat.8
85file path=usr/share/man/man8/in.fingerd.8
86file path=usr/share/man/man8/in.rexecd.8
87file path=usr/share/man/man8/in.rlogind.8
88file path=usr/share/man/man8/in.rshd.8
89file path=usr/share/man/man8/in.rwhod.8
90file path=usr/share/man/man8/in.talkd.8
91link path=usr/share/man/man8/rexecd.8 target=in.rexecd.8
92link path=usr/share/man/man8/rlogind.8 target=in.rlogind.8
93file path=usr/share/man/man8/rpc.rstatd.8
94file path=usr/share/man/man8/rpc.rusersd.8
95file path=usr/share/man/man8/rpc.rwalld.8
96file path=usr/share/man/man8/rpc.sprayd.8
97link path=usr/share/man/man8/rshd.8 target=in.rshd.8
98link path=usr/share/man/man8/rstatd.8 target=rpc.rstatd.8
99link path=usr/share/man/man8/rusersd.8 target=rpc.rusersd.8
100link path=usr/share/man/man8/rwalld.8 target=rpc.rwalld.8
101link path=usr/share/man/man8/rwhod.8 target=in.rwhod.8
102link path=usr/share/man/man8/sprayd.8 target=rpc.sprayd.8
103link path=usr/share/man/man8/talkd.8 target=in.talkd.8
104legacy pkg=SUNWrcmdr desc="Remote Network Server Commands (Root)" \
105    name="Remote Network Server Commands (Root)"
106legacy pkg=SUNWrcmds \
107    desc="Remote Network Server Commands (includes finger, talk, rwho commands)" \
108    name="Remote Network Server Commands (Usr)"
109license cr_Sun license=cr_Sun
110license lic_CDDL license=lic_CDDL
111license usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.comsat \
112    license=usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.comsat
113license usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.rlogind \
114    license=usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.rlogind
115