diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /net-analyzer/symon | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'net-analyzer/symon')
-rw-r--r-- | net-analyzer/symon/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/symon/metadata.xml b/net-analyzer/symon/metadata.xml index 00d90d6efcf9..3e0971b990e0 100644 --- a/net-analyzer/symon/metadata.xml +++ b/net-analyzer/symon/metadata.xml @@ -3,10 +3,10 @@ <pkgmetadata> <herd>netmon</herd> <use> - <flag name='perl'>Enables a generic perl symux client</flag> - <flag name='symon'>Enables the system monitor. Offers no functionality + <flag name="perl">Enables a generic perl symux client</flag> + <flag name="symon">Enables the system monitor. Offers no functionality but monitoring and forwarding of measured data</flag> - <flag name='symux'>Enables the multiplexer which stores incoming symon + <flag name="symux">Enables the multiplexer which stores incoming symon streams on disk in RRD (<pkg>net-analyzer/rrdtool</pkg>) files</flag> </use> </pkgmetadata> |