[Lunar-commits] Linux-PAM: removed tabs from POST_REMOVE.

Terry Chan tchan at lunar-linux.org
Mon Dec 10 18:49:03 CET 2007


commit bdfe4c8753d6f4e20f28c44697c7e66d2cf019a1
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Mon Dec 10 11:49:03 2007 -0600

    Linux-PAM: removed tabs from POST_REMOVE.
---
 security/Linux-PAM/POST_REMOVE |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/Linux-PAM/POST_REMOVE b/security/Linux-PAM/POST_REMOVE
index 3cd1793..7bc6f49 100644
--- a/security/Linux-PAM/POST_REMOVE
+++ b/security/Linux-PAM/POST_REMOVE
@@ -3,8 +3,8 @@ if [ "$UPGRADE" != "on" ] ; then
            "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
-	find_pam_aware | while read mod; do
-		lin -c $mod
-	done
+    find_pam_aware | while read mod; do
+      lin -c $mod
+    done
   fi
 fi


More information about the Lunar-commits mailing list