Print this page
8113 Split the old network clients/servers packages into more easily minimizable pieces
*** 23,73 ****
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
#
set name=pkg.fmri value=pkg:/service/network/network-clients@$(PKGVERS)
! set name=pkg.description \
! value="Remote Network Client Commands (rsh, rlogin, rcp, rsh, ...)"
! set name=pkg.summary value="Remote Network Client Commands"
! set name=info.classification value=org.opensolaris.category.2008:System/Core
set name=variant.arch value=$(ARCH)
! dir path=usr group=sys
! dir path=usr/bin
! dir path=usr/lib
! dir path=usr/sbin
! dir path=usr/share/man/man1
! dir path=usr/share/man/man1m
! file path=usr/bin/rcp mode=4555
! file path=usr/bin/rdate mode=0555
! file path=usr/bin/rdist mode=4555
! file path=usr/bin/rlogin mode=4555
! file path=usr/bin/rsh mode=4555
! file path=usr/bin/whois mode=0555
! file path=usr/sbin/rmt mode=0555
! file path=usr/sbin/snoop mode=0555
! file path=usr/share/man/man1/rcp.1
! file path=usr/share/man/man1/rdist.1
! file path=usr/share/man/man1/rlogin.1
! file path=usr/share/man/man1/rsh.1
! file path=usr/share/man/man1/whois.1
! file path=usr/share/man/man1m/rdate.1m
! file path=usr/share/man/man1m/rmt.1m
! file path=usr/share/man/man1m/snoop.1m
! legacy pkg=SUNWrcmdc \
! desc="Remote Network Client Commands (rsh, rlogin, rcp, rsh, ...)" \
! name="Remote Network Client Commands"
! license cr_Sun license=cr_Sun
! license lic_CDDL license=lic_CDDL
! license usr/src/cmd/cmd-inet/THIRDPARTYLICENSE.kcmd \
! license=usr/src/cmd/cmd-inet/THIRDPARTYLICENSE.kcmd
! license usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rcp \
! license=usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rcp
! license usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rsh \
! license=usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rsh
! license usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.whois \
! license=usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.whois
! license usr/src/cmd/cmd-inet/usr.bin/rdist/THIRDPARTYLICENSE \
! license=usr/src/cmd/cmd-inet/usr.bin/rdist/THIRDPARTYLICENSE
! link path=usr/bin/remsh target=./rsh
! link path=usr/lib/sunw,rcp target=../bin/rcp
! link path=usr/share/man/man1/remote_shell.1 target=rsh.1
! link path=usr/share/man/man1/remsh.1 target=rsh.1
--- 23,33 ----
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
#
set name=pkg.fmri value=pkg:/service/network/network-clients@$(PKGVERS)
! set name=pkg.renamed value=true
set name=variant.arch value=$(ARCH)
! depend fmri=diagnostic/snoop type=require
! depend fmri=network/rdist type=require
! depend fmri=network/rsh type=require
! depend fmri=network/whois type=require