Skip to Content.
Sympa Menu

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

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 (f2b84a8706d26e1d32feeab4e28792a7fbd05056)
  • Date: Fri, 16 Oct 2009 01:03:35 -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 f2b84a8706d26e1d32feeab4e28792a7fbd05056
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: fixed gdbm name

diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index 204d792..92ac630 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" \
- gddb \
db \
+ gdbm \
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 783b2d2..77b2837 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2009-10-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: fixed gdbm name
+
2009-03-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: corrected SYSTEM_ALIASES_FILE path; cleaned up



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f2b84a8706d26e1d32feeab4e28792a7fbd05056), Vlad Glagolev, 10/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page