summaryrefslogtreecommitdiffstats
path: root/net/samba4/TRIGGERS
blob: 0ce8dc6098b4574584a44d1e23752fb4c3da8af6 (plain) (blame)
1
2
3
4
5
6
7
#on_cast openssl cast_self
#on_pre_dispel openssl check_self
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