Blame SOURCES/0032-RHBZ-956464-mpathconf-defaults.patch

f20720
---
f20720
 multipath/mpathconf |    4 ++--
f20720
 1 file changed, 2 insertions(+), 2 deletions(-)
f20720
f20720
Index: multipath-tools-130222/multipath/mpathconf
f20720
===================================================================
f20720
--- multipath-tools-130222.orig/multipath/mpathconf
f20720
+++ multipath-tools-130222/multipath/mpathconf
f20720
@@ -31,8 +31,8 @@ function usage
f20720
 	echo "Commands:"
f20720
 	echo "Enable: --enable "
f20720
 	echo "Disable: --disable"
f20720
-	echo "Set user_friendly_names (Default n): --user_friendly_names <y|n>"
f20720
-	echo "Set find_multipaths (Default n): --find_multipaths <y|n>"
f20720
+	echo "Set user_friendly_names (Default y): --user_friendly_names <y|n>"
f20720
+	echo "Set find_multipaths (Default y): --find_multipaths <y|n>"
f20720
 	echo "Load the dm-multipath modules on enable (Default y): --with_module <y|n>"
f20720
 	echo "start/stop/reload multipathd (Default n): --with_multipathd <y|n>"
f20720
 	echo ""