diff options
author | Alexander Eremin <a.eremin@nexenta.com> | 2015-12-07 06:15:35 -0800 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2015-12-09 11:04:27 -0500 |
commit | 289f7e33e45aca289f5680be1d8c2df820ba61bc (patch) | |
tree | 820c248dd8829c4aabcc4efabbea2459fbd5e747 | |
parent | bc0e91320069f0bcaee43e80a7ea686d9efa2d08 (diff) | |
download | illumos-joyent-289f7e33e45aca289f5680be1d8c2df820ba61bc.tar.gz |
690 system/management/snmp/sea/sea-config package should be obsolete
Reviewed by: Alexander Pyhalov <alp@sfedu.ru>
Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r-- | usr/src/pkg/manifests/SUNWsacom.mf | 5 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-management-snmp-sea-sea-config.mf | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/usr/src/pkg/manifests/SUNWsacom.mf b/usr/src/pkg/manifests/SUNWsacom.mf index 0ca33ce331..f333ee95a7 100644 --- a/usr/src/pkg/manifests/SUNWsacom.mf +++ b/usr/src/pkg/manifests/SUNWsacom.mf @@ -21,10 +21,9 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2015 Nexenta Systems, Inc. All rights reserved. # set name=pkg.fmri value=pkg:/SUNWsacom@0.5.11,5.11-0.133 -set name=pkg.renamed value=true +set name=pkg.obsolete value=true set name=variant.arch value=$(ARCH) -depend fmri=pkg:/system/management/snmp/sea/sea-config@0.5.11,5.11-0.133 \ - type=require diff --git a/usr/src/pkg/manifests/system-management-snmp-sea-sea-config.mf b/usr/src/pkg/manifests/system-management-snmp-sea-sea-config.mf index b8d5a928d4..13814ec9b3 100644 --- a/usr/src/pkg/manifests/system-management-snmp-sea-sea-config.mf +++ b/usr/src/pkg/manifests/system-management-snmp-sea-sea-config.mf @@ -21,32 +21,9 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2015 Nexenta Systems, Inc. All rights reserved. # -# -# This package is left in place solely to satisfy a dependency from -# the SFW net-snmp package. There is an argument to be made that the -# dependency is actually "soft". That is, that the net-snmp doesn't -# really *need* the files that were formerly delivered by this -# package. Unfortunately, the packaging system doesn't realize this -# and would refuse to install net-snmp, which would create problems -# for FMA, if this package doesn't exist. -# -# There may be some fallout from this delivery for now, until the -# net-snmp package is updated to remove the SEA hacks that Sun had -# originally added to it. For now it just deliveres a (duplicate) -# reference to /etc. -# -# Once that is done, this package can be obsoleted. Note that the -# previous package, named SUNWsacom, would need to be removed at the -# same time. -# set name=pkg.fmri value=pkg:/system/management/snmp/sea/sea-config@$(PKGVERS) -set name=pkg.description \ - value="Solstice Enterprise Agents 1.0.3 files for root file system" -set name=pkg.summary \ - value="Solstice Enterprise Agents 1.0.3 files for root file system" -set name=info.classification \ - value="org.opensolaris.category.2008:System/Enterprise Management" +set name=pkg.obsolete value=true set name=variant.arch value=$(ARCH) -dir path=etc group=sys |