[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (764e0e887fa1c0d9c6690d77d8a8bc18c127d6da)
Ladislav Hagara
scm at sourcemage.org
Wed Nov 21 16:03:13 EST 2007
GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:
collab/openldap/UP_TRIGGERS | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 764e0e887fa1c0d9c6690d77d8a8bc18c127d6da
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>
openldap: imporved UP_TRIGGERS
diff --git a/collab/openldap/UP_TRIGGERS b/collab/openldap/UP_TRIGGERS
index aed5822..934bc31 100755
--- a/collab/openldap/UP_TRIGGERS
+++ b/collab/openldap/UP_TRIGGERS
@@ -4,6 +4,9 @@ if [ "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}" ]; then
message "This is a possibly incompatible update of openldap..."
message "Figuring out what spells need to be recast, this may take a while."
for each in $(show_up_depends $SPELL 1); do
- up_trigger $each cast_self
+ if gaze install-spell $each | xargs readelf -d 2> /dev/null |
+ grep -q -e libldap -e liblber; then
+ up_trigger $each cast_self
+ fi
done
fi
More information about the SM-Commit
mailing list