public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mschiff:master commit in: net-mail/automx/files/
@ 2014-01-03 14:18 Marc Schiffbauer
  0 siblings, 0 replies; only message in thread
From: Marc Schiffbauer @ 2014-01-03 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     75ad7fc29bf03e7cb8576e0bacc5ff1980b38bf0
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 14:17:46 2014 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 14:17:46 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mschiff.git;a=commit;h=75ad7fc2

add missing files

---
 .../files/automx-add-missing-memcache-exception.patch      | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/net-mail/automx/files/automx-add-missing-memcache-exception.patch b/net-mail/automx/files/automx-add-missing-memcache-exception.patch
new file mode 100644
index 0000000..bd6f704
--- /dev/null
+++ b/net-mail/automx/files/automx-add-missing-memcache-exception.patch
@@ -0,0 +1,14 @@
+diff --git a/src/automx/config.py b/src/automx/config.py
+index 4839b17..0d77595 100644
+--- a/src/automx/config.py
++++ b/src/automx/config.py
+@@ -849,6 +849,9 @@ class Memcache(object):
+         except ValueError, e:
+             logging.warning("Memcache misconfigured: ", e)
+             self.__has_memcache = False
++        except NoOptionError:
++            logging.warning("Not using Memcache")
++            self.__has_memcache = False
+ 
+     def counter(self):
+         return self.__current


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-03 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03 14:18 [gentoo-commits] dev/mschiff:master commit in: net-mail/automx/files/ Marc Schiffbauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox