summaryrefslogtreecommitdiffstats
path: root/crypto/krb5/TRIGGERS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5/TRIGGERS')
-rwxr-xr-xcrypto/krb5/TRIGGERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/krb5/TRIGGERS b/crypto/krb5/TRIGGERS
new file mode 100755
index 0000000000..c8d3360deb
--- /dev/null
+++ b/crypto/krb5/TRIGGERS
@@ -0,0 +1,5 @@
+for i in $(grep $SPELL $DEPENDS_STATUS);
+do if [ $(echo $i | cut -d: -f1) = "$SPELL" ] && [ $(echo $i | cut -d: -f2) == "linux-pam" ] && [ $(echo $i | cut -d: -f3 ) = "on" ] ;
+ then on_cast linux-pam cast_self
+ fi
+done