components/tcpdump/tcpdump.p5m
changeset 181 87e11e685b1f
parent 90 5483a3df388e
--- a/components/tcpdump/tcpdump.p5m	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/tcpdump/tcpdump.p5m	Wed Apr 13 09:58:06 2011 -0700
@@ -20,26 +20,28 @@
 #
 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
-set name=pkg.fmri value=pkg:/diagnostic/tcpdump@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/diagnostic/tcpdump@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.description \
+    value="A tool for network monitoring and data acquisition"
 set name=pkg.summary value="network traffic sniffer"
-set name=pkg.description value="A tool for network monitoring and data acquisition"
-set name=info.classification value="org.opensolaris.category.2008:Applications/Internet"
+set name=info.classification \
+    value=org.opensolaris.category.2008:Applications/Internet
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream_url value=http://www.tcpdump.org
-set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/PSARC/2009/147
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
 dir path=usr
 dir path=usr/sbin
 dir path=usr/share
 dir path=usr/share/man
 dir path=usr/share/man/man1
-file path=usr/sbin/tcpdump 
-file path=usr/share/man/man1/tcpdump.1 
-
-license tcpdump.license license="BSD"
-
-legacy  pkg=SUNWtcpdump \
-	name="tcpdump - network traffic sniffer" \
-	desc="tcpdump - A tool for network monitoring and data acquisition 4.1.1"
-
-
+file path=usr/sbin/tcpdump
+file path=usr/share/man/man1/tcpdump.1
+legacy pkg=SUNWtcpdump \
+    desc="tcpdump - A tool for network monitoring and data acquisition 4.1.1" \
+    name="tcpdump - network traffic sniffer"
+license tcpdump.license license=BSD