diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2014-02-11 18:33:45 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2014-02-11 18:33:45 +0000 |
commit | 4f0b1548857424f9ddfb4a40a417bbfe8150d342 (patch) | |
tree | e41e0f2bbf80cc3eeaac9faf2f1edae9c8c7f689 /profiles/desc | |
parent | old (diff) | |
download | gentoo-2-4f0b1548857424f9ddfb4a40a417bbfe8150d342.tar.gz gentoo-2-4f0b1548857424f9ddfb4a40a417bbfe8150d342.tar.bz2 gentoo-2-4f0b1548857424f9ddfb4a40a417bbfe8150d342.zip |
Remove Unicode character from uwsgi_plugins.desc to work around bug 498748 for equery.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/uwsgi_plugins.desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/desc/uwsgi_plugins.desc b/profiles/desc/uwsgi_plugins.desc index 28320370c0d7..e35d7e64ddf7 100644 --- a/profiles/desc/uwsgi_plugins.desc +++ b/profiles/desc/uwsgi_plugins.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.1 2014/01/16 13:11:06 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.2 2014/02/11 18:33:45 fuzzyray Exp $ # This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags. @@ -8,7 +8,7 @@ alarm_curl - Plugin to send a logline to a curl url. alarm_xmpp - Plugin to send a logline via XMPP/Jabber (see http://uwsgi-docs.readthedocs.org/en/latest/AlarmSubsystem.html). cache - Enable the caching framework -carbon - Send uWSGI’s internal statistics to one or more Carbon servers +carbon - Send uWSGI's internal statistics to one or more Carbon servers cheaper_busyness - Implement cheaper algorithm that adds or remove workers based on average utilization for given time period clock_monotonic - Modular clock source, uses clock_gettime with CLOCK_REALTIME clock_realtime - Modular clock source, uses clock_gettime with CLOCK_MONOTONIC |