Author: glen
Date: Sun Feb 26 12:16:28 2006
New Revision: 7022

Modified:
   initng/trunk/system/mountroot.i
Log:
- cosmetics

Modified: initng/trunk/system/mountroot.i
==============================================================================
--- initng/trunk/system/mountroot.i     (original)
+++ initng/trunk/system/mountroot.i     Sun Feb 26 12:16:28 2006
@@ -94,7 +94,7 @@
                        umount /initrd
                        /sbin/blockdev --flushbufs /dev/ram0 >/dev/null 2>&1
                fi
-                                         
+
                # Check for arguments 
                if grep -iq nopnp /proc/cmdline; then
                        PNP=
@@ -126,11 +126,11 @@
 
                # Clean up SELinux labels
                if [ -n "$SELINUX" ]; then
-                       for file in /etc/mtab /etc/cryptomtab /etc/ld.so.cache 
; do
-                       [ -r $file ] && restorecon $file  >/dev/null 2>&1
+                       for file in /etc/mtab /etc/cryptomtab /etc/ld.so.cache; 
do
+                               [ -r $file ] && restorecon $file >/dev/null 2>&1
                        done
                fi
-                                 
+
                # Clear mtab
                :>/etc/mtab
                [ -f /etc/cryptomtab ] && :>/etc/cryptomtab
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to