Skip to Content.
Sympa Menu

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

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 (2124a616b3c0be06a8af262be306b44410db40c8)
  • Date: Fri, 19 Mar 2010 14:46:23 -0500

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

collab/openldap/HISTORY | 4 ++++
collab/openldap/UP_TRIGGERS | 4 ++++
2 files changed, 8 insertions(+)

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

openldap: recast curl on every openldap update

diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index 5c04590..e32ffc5 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,7 @@
+2010-03-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * UP_TRIGGERS: added cast_self for curl, if curl had been selected
with
+ openldap support
+
2010-03-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: May use any provider of ODBC-MGR

diff --git a/collab/openldap/UP_TRIGGERS b/collab/openldap/UP_TRIGGERS
index 934bc31..7c79804 100755
--- a/collab/openldap/UP_TRIGGERS
+++ b/collab/openldap/UP_TRIGGERS
@@ -10,3 +10,7 @@ if [ "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}" ]; then
fi
done
fi
+
+if spell_ok curl && is_depends_enabled curl $SPELL; then
+ up_trigger curl cast_self
+fi




Archive powered by MHonArc 2.6.24.

Top of Page