diff options
author | Pavel Kulyov <kulyov.pavel@gmail.com> | 2016-09-12 03:28:00 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-12 08:04:06 +0200 |
commit | da276a0a9d257ff0096f975230d031d6957a0c97 (patch) | |
tree | f90773f8de6c042aa5b0e8c157be5fb4b6af8a85 /app-admin/rsyslog | |
parent | net-misc/x2goserver: fix typo 'databse'->'database'. (diff) | |
download | gentoo-da276a0a9d257ff0096f975230d031d6957a0c97.tar.gz gentoo-da276a0a9d257ff0096f975230d031d6957a0c97.tar.bz2 gentoo-da276a0a9d257ff0096f975230d031d6957a0c97.zip |
app-admin/rsyslog: fix typo 'databse'->'database'.
Closes: https://github.com/gentoo/gentoo/pull/2308
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/rsyslog')
-rw-r--r-- | app-admin/rsyslog/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/rsyslog/metadata.xml b/app-admin/rsyslog/metadata.xml index 92bfe99ddb57..71dd8500a4c5 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> |