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

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