SVN: geninitrd/trunk/mod-multipath.sh
glen
glen at pld-linux.org
Wed Jul 1 23:30:19 CEST 2009
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
}
More information about the pld-cvs-commit
mailing list