# HG changeset patch # User Mark Haywood # Date 1447880518 18000 # Node ID 4794ff32214d2b01e6330c56e52d1de72f047a73 # Parent 02f7158e37641eadc79fd0798b87651c1442701e 21653217 Integrate OpenvSwitch into Userland (fix audit) diff -r 02f7158e3764 -r 4794ff32214d 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