You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
858 B
19 lines
858 B
--- |
|
multipath/mpathconf | 4 ++-- |
|
1 file changed, 2 insertions(+), 2 deletions(-) |
|
|
|
Index: multipath-tools-130222/multipath/mpathconf |
|
=================================================================== |
|
--- multipath-tools-130222.orig/multipath/mpathconf |
|
+++ multipath-tools-130222/multipath/mpathconf |
|
@@ -31,8 +31,8 @@ function usage |
|
echo "Commands:" |
|
echo "Enable: --enable " |
|
echo "Disable: --disable" |
|
- echo "Set user_friendly_names (Default n): --user_friendly_names <y|n>" |
|
- echo "Set find_multipaths (Default n): --find_multipaths <y|n>" |
|
+ echo "Set user_friendly_names (Default y): --user_friendly_names <y|n>" |
|
+ echo "Set find_multipaths (Default y): --find_multipaths <y|n>" |
|
echo "Load the dm-multipath modules on enable (Default y): --with_module <y|n>" |
|
echo "start/stop/reload multipathd (Default n): --with_multipathd <y|n>" |
|
echo ""
|
|
|