| Summary: | [patch][porters-handbook] document USES zenoss | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jason Helfman <jgh> | ||||
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | bapt | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jason Helfman
2013-03-20 06:50:02 UTC
Responsible Changed From-To: freebsd-doc->eadler I'll take it. Author: eadler Date: Thu Mar 21 14:16:20 2013 New Revision: 41283 URL: http://svnweb.freebsd.org/changeset/doc/41283 Log: Document new USES feature "zenoss" PR: docs/177131 Submitted by: jgh Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Thu Mar 21 13:39:12 2013 (r41282) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Thu Mar 21 14:16:20 2013 (r41283) @@ -59,3 +59,12 @@ implies both run-time and build-time dependencies. <literal>vars</literal> will only set QMAIL variables for the port to use.</entry> </row> + +<row> + <entry><literal>zenoss</literal></entry> + <entry>none</entry> + <entry>Implies the port uses <filename + role="package">net-mgmt/zenoss</filename> in one way or another, but + largely is used for building zenoss related zenpack ports. + </entry> +</row> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |