Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac6d80c06bbae39772aa6eeb299e7057b98deded)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac6d80c06bbae39772aa6eeb299e7057b98deded)
  • Date: Mon, 28 Apr 2014 08:40:57 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/exim/CONFIGURE | 2 +-
mail/exim/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit ac6d80c06bbae39772aa6eeb299e7057b98deded
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: fixed priority for gdbm

diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index 92ac630..1f55766 100755
--- a/mail/exim/CONFIGURE
+++ b/mail/exim/CONFIGURE
@@ -10,8 +10,8 @@ config_query_list EXIM_DBM "Select one hash DB" \
tdb
elif spell_ok gdbm ; then
config_query_list EXIM_DBM "Select one hash DB" \
- db \
gdbm \
+ db \
tdb
elif spell_ok tdb ; then
config_query_list EXIM_DBM "Select one hash DB" \
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index a3b90e0..00f3f7a 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2014-04-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: fixed priority for gdbm
+
2012-12-09 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: added msmtp




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac6d80c06bbae39772aa6eeb299e7057b98deded), Vlad Glagolev, 04/28/2014

Archive powered by MHonArc 2.6.24.

Top of Page