summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-03-19 22:46:09 +0300
committerEric Sandall2010-03-29 22:23:42 -0700
commit546fe99f34b1d594e38781b95eeb0f38fb68d076 (patch)
tree0ab056bf13ccdd3e21566b3ac747f43d9213156e
parente10882d3f791ef4a4d830d94747c1b2f1d3cb5b9 (diff)
openldap: recast curl on every openldap update
-rw-r--r--collab/openldap/HISTORY4
-rwxr-xr-xcollab/openldap/UP_TRIGGERS4
2 files changed, 8 insertions, 0 deletions
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index 3801f7f224..ba04056930 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,7 @@
+2010-03-19 Vlad Glagolev <stealth@sourcemage.org>
+ * UP_TRIGGERS: added cast_self for curl, if curl had been selected with
+ openldap support
+
2009-12-24 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated release to 2.4.21
diff --git a/collab/openldap/UP_TRIGGERS b/collab/openldap/UP_TRIGGERS
index 934bc31340..7c79804fe9 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