21653217 Integrate OpenvSwitch into Userland (fix audit)
authorMark Haywood <Mark.Haywood@Oracle.COM>
Wed, 18 Nov 2015 16:01:58 -0500
changeset 5105 4794ff32214d
parent 5102 02f7158e3764
child 5106 7da49475ad49
21653217 Integrate OpenvSwitch into Userland (fix audit)
components/openvswitch/openvswitch.p5m
--- a/components/openvswitch/openvswitch.p5m	Tue Nov 17 15:17:11 2015 -0800
+++ b/components/openvswitch/openvswitch.p5m	Wed Nov 18 16:01:58 2015 -0500
@@ -29,6 +29,12 @@
 set name=pkg.summary value="Open Virtual Switch and Utilities"
 set name=pkg.description \
     value="Open vSwitch is a production quality open source software switch designed to be used as a vswitch in virtualized server environments.  A vswitch forwards traffic between different VMs on the same physical host and also forwards traffic between VMs and the physical network."
+# Usernames with underscores result in a pkglint error, but are not
+# actually prohibited and are mandated by PSARC.
+set name=pkg.linted.pkglint.action010.2 value=true
+set name=pkg.linted.pkglint.action010.3 value=true
+set name=com.oracle.info.description \
+    value="portions of the Open vSwitch (OVS) software."
 set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification value=org.opensolaris.category.2008:System/Services
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
@@ -46,7 +52,7 @@
 # The following pkg.depend.bypass-generate is needed because the vswitch
 # service depends upon the ovsdb service. pkgdepend fails to find the file
 # containing the ovsdb service (since ovsdb.xml is under
-# $(COMPONENT_DIR)/files) and fails.
+#  $(COMPONENT_DIR)/files) and fails.
 file vswitch.xml path=lib/svc/manifest/application/openvswitch/vswitch.xml \
     group=sys pkg.depend.bypass-generate=.*
 file ovs-svc path=lib/svc/method/ovs-svc mode=0555