Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (98cd4a00e71b25dad62da2b041f6eb4297b85a34)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (98cd4a00e71b25dad62da2b041f6eb4297b85a34)
  • Date: Fri, 6 Feb 2009 11:37:45 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT codemages.net>:

mail/exim/CONFIGURE | 5 +++++
mail/exim/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 98cd4a00e71b25dad62da2b041f6eb4297b85a34
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

exim: fixed the DBM selection

diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index d9d0e0f..204d792 100755
--- a/mail/exim/CONFIGURE
+++ b/mail/exim/CONFIGURE
@@ -18,6 +18,11 @@ config_query_list EXIM_DBM "Select one hash DB" \
tdb \
gdbm \
db
+else
+config_query_list EXIM_DBM "Select one hash DB" \
+ db \
+ gdbm \
+ tdb
fi &&


diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 618be9d..b6a026b 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2009-02-06 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: add fallback query for the DBM
+
2009-01-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD: setup for different DBM providers
* CONFIGURE: setup for different DBM providers



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (98cd4a00e71b25dad62da2b041f6eb4297b85a34), Andraž Levstik, 02/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page