Author: glen
Date: Wed Jul  1 23:30:19 2009
New Revision: 10414

Modified:
   geninitrd/trunk/mod-multipath.sh
Log:
- we like tabs

Modified: geninitrd/trunk/mod-multipath.sh
==============================================================================
--- geninitrd/trunk/mod-multipath.sh    (original)
+++ geninitrd/trunk/mod-multipath.sh    Wed Jul  1 23:30:19 2009
@@ -276,15 +276,15 @@
        # size=7.0G features='0' hwhandler='0' wp=rw
        # size=2.0G features='1 queue_if_no_path' hwhandler='1 emc' wp=rw
        echo "$info" | sed -ne "
-        # multipath-tools-0.4.8-0.12.amd64
-        /\[hwhandler=1/{
-            s,^.*\[hwhandler=1 \([^]]*\)\].*$,dm-\1,
-            p
-        }
+               # multipath-tools-0.4.8-0.12.amd64
+               /\[hwhandler=1/{
+                       s,^.*\[hwhandler=1 \([^]]*\)\].*$,dm-\1,
+                       p
+               }
                # multipath-tools-0.4.8-11.x86_64
-        /hwhandler='1/{
-            s,^.*hwhandler='1 \([^']*\)'.*$,scsi-dh-\1,
-            p
-        }
-    " | sort -u
+               /hwhandler='1/{
+                       s,^.*hwhandler='1 \([^']*\)'.*$,scsi-dh-\1,
+                       p
+               }
+       " | sort -u
 }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to