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

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