New commits:
commit ef5cbdc21977a344e837a653186b72e4a4b90224
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>
postgresql: TRIGGERS was removed but I didn't noticed there was not only
a trigger
for python. So I restored it to get back the trigger when
linux-pam is
cast. Btw I replaced the ugly hack to check the dependency by
a proper
call to is_depends_enabled
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 4fa02af..825273b 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,7 @@
+2006-11-12 Flavien Bridault <vlaaad AT sourcemage.org>
+ * TRIGGERS: Restored to get the trigger on linux-pam cast, use of
+ if_depends_enabled
+
2006-11-10 Flavien Bridault <vlaaad AT sourcemage.org>
* TRIGGERS: Removed, python upgrades are now handled in the python
spell