repo.or.cz
/
v4hn_moonbase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added dependencies libtasn1 and iso-codes
[v4hn_moonbase.git]
/
security
/
Linux-PAM
/
POST_INSTALL
blob
dce8e000f1382b4da6b494885e9b9eeb8b45c9fc
1
if [ "$RElin_PAM_AWARE" == "y" ]; then
2
find_pam_aware | while read mod; do
3
lin -c $mod
4
done
5
fi
6
7
# Vixie-cron pick up LIBPAM_EXTENSION version which can change
8
# between Linux-PAM releases
9
if module_installed vixie-cron; then
10
lin -c vixie-cron
11
fi