if ! grep -q '(lin)' /proc/$PPID/stat ; then
message  "${MESSAGE_COLOR}If Linux-PAM is being permenantly removed"  \
         "then all pam aware spells must be re-lin for"              \
         "authentication to continue working.${DEFAULT_COLOR}"
  if    query  "Re-lin all Linux-PAM aware spells?" n
  then  lin  --pam
  fi
fi
