Skip to content

Commit

Permalink
Linux-PAM: Added ${ASK_FOR_REBUILDS:-y}
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Mar 27, 2013
1 parent aea7a67 commit 53de30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/Linux-PAM/CONFIGURE
Expand Up @@ -4,5 +4,5 @@ if ! module_installed $MODULE; then
"the first time then all installed or held pam aware" \
"MODULEs should be re-lin for them to use Linux-PAM" \
"to authenticate.${DEFAULT_COLOR}"
mquery RElin_PAM_AWARE "Re-lin all Linux-PAM aware MODULEs?" y
mquery RElin_PAM_AWARE "Re-lin all Linux-PAM aware MODULEs?" ${ASK_FOR_REBUILDS:-y}
fi
2 changes: 1 addition & 1 deletion security/Linux-PAM/POST_REMOVE
Expand Up @@ -2,7 +2,7 @@ if [ "$UPGRADE" != "on" ] ; then
message "${MESSAGE_COLOR}If Linux-PAM is being permanently removed" \
"then all pam aware modules must be re-linned for" \
"authentication to continue working.${DEFAULT_COLOR}"
if query "Re-lin all Linux-PAM aware modules?" y ; then
if query "Re-lin all Linux-PAM aware modules?" ${ASK_FOR_REBUILDS:-y} ; then
find_pam_aware | while read mod; do
lin -c $mod
done
Expand Down

0 comments on commit 53de30e

Please sign in to comment.