commit: da276a0a9d257ff0096f975230d031d6957a0c97 Author: Pavel Kulyov <kulyov.pavel <AT> gmail <DOT> com> AuthorDate: Mon Sep 12 00:28:00 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Sep 12 06:04:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da276a0a
app-admin/rsyslog: fix typo 'databse'->'database'. Closes: https://github.com/gentoo/gentoo/pull/2308 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-admin/rsyslog/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/rsyslog/metadata.xml b/app-admin/rsyslog/metadata.xml index 92bfe99..71dd850 100644 --- a/app-admin/rsyslog/metadata.xml +++ b/app-admin/rsyslog/metadata.xml @@ -16,7 +16,7 @@ <flag name="kerberos">Build the GSSAPI input and output module (requires <pkg>virtual/krb5</pkg>)</flag> <flag name="libressl">Use <pkg>dev-libs/libressl</pkg> for building the rfc5424hmac modify module (requires rfc5424hmac USE flag)</flag> <flag name="mongodb">Build the MongoDB output module (requires <pkg>dev-libs/libmongo-client</pkg>)</flag> - <flag name="mysql">Build the MySQL databse output module (requires <pkg>virtual/mysql</pkg>)</flag> + <flag name="mysql">Build the MySQL database output module (requires <pkg>virtual/mysql</pkg>)</flag> <flag name="normalize">Build the normalize modify module (requires <pkg>dev-libs/libee</pkg> and <pkg>dev-libs/liblognorm</pkg>)</flag> <flag name="omhttpfs">Build the httpfs output module (requires <pkg>net-misc/curl</pkg>)</flag> <flag name="omudpspoof">Build the udpspoof output module (requires <pkg>net-libs/libnet</pkg>)</flag>
