diff options
Diffstat (limited to 'usr/src/pkg/manifests/system-network-http-cache-accelerator.p5m')
-rw-r--r-- | usr/src/pkg/manifests/system-network-http-cache-accelerator.p5m | 81 |
1 files changed, 2 insertions, 79 deletions
diff --git a/usr/src/pkg/manifests/system-network-http-cache-accelerator.p5m b/usr/src/pkg/manifests/system-network-http-cache-accelerator.p5m index d91d4af8f3..da10a28935 100644 --- a/usr/src/pkg/manifests/system-network-http-cache-accelerator.p5m +++ b/usr/src/pkg/manifests/system-network-http-cache-accelerator.p5m @@ -22,87 +22,10 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2012 Nexenta Systems, Inc. All rights reserved. +# Copyright 2022 Garrett D'Amore # -# -# The default for payload-bearing actions in this package is to appear in the -# global zone only. See the include file for greater detail, as well as -# information about overriding the defaults. -# <include global_zone_only_component> set name=pkg.fmri value=pkg:/system/network/http-cache-accelerator@$(PKGVERS) -set name=pkg.summary value="Solaris Network Cache and Accelerator" -set name=pkg.description \ - value="components to enable the network cache and accelerator" -set name=info.classification value=org.opensolaris.category.2008:System/Core +set name=pkg.obsolete value=true set name=variant.arch value=$(ARCH) -dir path=etc group=sys -dir path=etc/init.d group=sys -file path=etc/init.d/ncakmod group=sys mode=0744 \ - original_name=SUNWnca:etc/init.d/ncakmod preserve=true -file path=etc/init.d/ncalogd group=sys mode=0744 \ - original_name=SUNWnca:etc/init.d/ncalogd preserve=true -dir path=etc/nca group=sys -file path=etc/nca/nca.if group=sys original_name=SUNWnca:etc/nca/nca.if \ - preserve=true -file path=etc/nca/ncakmod.conf group=sys \ - original_name=SUNWnca:etc/nca/ncakmod.conf preserve=true -file path=etc/nca/ncalogd.conf group=sys \ - original_name=SUNWnca:etc/nca/ncalogd.conf preserve=true -file path=etc/nca/ncaport.conf group=sys \ - original_name=SUNWnca:etc/nca/ncaport.conf preserve=true -dir path=etc/rc0.d group=sys -hardlink path=etc/rc0.d/K34ncalogd target=../../etc/init.d/ncalogd -dir path=etc/rc1.d group=sys -hardlink path=etc/rc1.d/K34ncalogd target=../../etc/init.d/ncalogd -dir path=etc/rc2.d group=sys -hardlink path=etc/rc2.d/S42ncakmod target=../../etc/init.d/ncakmod -hardlink path=etc/rc2.d/S94ncalogd target=../../etc/init.d/ncalogd -dir path=etc/rcS.d group=sys -hardlink path=etc/rcS.d/K34ncalogd target=../../etc/init.d/ncalogd -dir path=etc/sock2path.d group=sys -file path=etc/sock2path.d/system%2Fnetwork%2Fhttp%2Fcache%2Faccelerator \ - group=sys -dir path=kernel group=sys -dir path=kernel/drv group=sys -dir path=kernel/drv/$(ARCH64) group=sys -file path=kernel/drv/$(ARCH64)/nca group=sys -file path=kernel/drv/nca.conf group=sys -dir path=kernel/strmod group=sys -dir path=kernel/strmod/$(ARCH64) group=sys -hardlink path=kernel/strmod/$(ARCH64)/nca \ - target=../../../kernel/drv/$(ARCH64)/nca -dir path=usr group=sys -dir path=usr/bin -file path=usr/bin/ncab2clf mode=0555 -dir path=usr/lib -dir path=usr/lib/$(ARCH64) -link path=usr/lib/$(ARCH64)/ncad_addr.so target=./ncad_addr.so.1 -file path=usr/lib/$(ARCH64)/ncad_addr.so.1 -dir path=usr/lib/inet -file path=usr/lib/inet/ncaconfd mode=0555 -link path=usr/lib/ncad_addr.so target=./ncad_addr.so.1 -file path=usr/lib/ncad_addr.so.1 -dir path=usr/share/man -dir path=usr/share/man/man1 -file path=usr/share/man/man1/nca.1 -file path=usr/share/man/man1/ncab2clf.1 -file path=usr/share/man/man1/ncakmod.1 -link path=usr/share/man/man1/snca.1 target=nca.1 -dir path=usr/share/man/man5 -file path=usr/share/man/man5/nca.if.5 -file path=usr/share/man/man5/ncad_addr.5 -file path=usr/share/man/man5/ncakmod.conf.5 -file path=usr/share/man/man5/ncalogd.conf.5 -file path=usr/share/man/man5/ncaport.conf.5 -dir path=usr/share/man/man8 -file path=usr/share/man/man8/ncaconfd.8 -driver name=nca -legacy pkg=SUNWncar \ - desc="core components to enable the network cache and accelerator" \ - name="Solaris Network Cache and Accelerator (Root)" -legacy pkg=SUNWncau \ - desc="components to enable the network cache and accelerator" \ - name="Solaris Network Cache and Accelerator (Usr)" -license cr_Sun license=cr_Sun -license lic_CDDL license=lic_CDDL |