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