summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-24 23:15:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-24 23:58:38 +0100
commit4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch)
treec9fc5379b3c3097e4235ec64664ef2d893dd58ad /app-admin/ulogd/metadata.xml
parentpackage.use.mask studio for net-analyzer/icinga2 (diff)
downloadgentoo-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 'app-admin/ulogd/metadata.xml')
-rw-r--r--app-admin/ulogd/metadata.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app-admin/ulogd/metadata.xml b/app-admin/ulogd/metadata.xml
index 9a5941342391..800262ca17b7 100644
--- a/app-admin/ulogd/metadata.xml
+++ b/app-admin/ulogd/metadata.xml
@@ -7,14 +7,14 @@
<name>Coacher</name>
</maintainer>
<use>
- <flag name='json'>Build JSON output plugin to save packets in JSON file format.</flag>
- <flag name='pcap'>Build PCAP output plugin to save packets in libpcap file format.</flag>
- <flag name='mysql'>Build MySQL output plugin to save packets in a mysql database.</flag>
- <flag name='postgres'>Build PGSQL output plugin to save packets in a postgres database.</flag>
- <flag name='sqlite'>Build SQLITE3 output plugin to save packets in a sqlite database.</flag>
- <flag name='nflog'>Build NFLOG input plugin to support stateless packet-based logging via nfnetlink_queue.</flag>
- <flag name='nfct'>Build NFCT input plugin to support stateful flow-based logging via nf_conntrack_netlink.</flag>
- <flag name='nfacct'>Build NFACCT input plugin to support traffic accounting via nfnetlink_acct.</flag>
- <flag name='ulog'>Build ULOG input plugin to support deprecated packet-based logging via ULOG target.</flag>
+ <flag name="json">Build JSON output plugin to save packets in JSON file format.</flag>
+ <flag name="pcap">Build PCAP output plugin to save packets in libpcap file format.</flag>
+ <flag name="mysql">Build MySQL output plugin to save packets in a mysql database.</flag>
+ <flag name="postgres">Build PGSQL output plugin to save packets in a postgres database.</flag>
+ <flag name="sqlite">Build SQLITE3 output plugin to save packets in a sqlite database.</flag>
+ <flag name="nflog">Build NFLOG input plugin to support stateless packet-based logging via nfnetlink_queue.</flag>
+ <flag name="nfct">Build NFCT input plugin to support stateful flow-based logging via nf_conntrack_netlink.</flag>
+ <flag name="nfacct">Build NFACCT input plugin to support traffic accounting via nfnetlink_acct.</flag>
+ <flag name="ulog">Build ULOG input plugin to support deprecated packet-based logging via ULOG target.</flag>
</use>
</pkgmetadata>