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

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