Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 130701790bf2d95e902edf16031ff596 > files > 138

autofs-5.0.1-0.rc2.164.el5_8.src.rpm

--- autofs-5.0.1/daemon/automount.c.consistent-random-selection-option-name	2007-06-26 23:27:54.000000000 +0800
+++ autofs-5.0.1/daemon/automount.c	2007-06-26 23:28:21.000000000 +0800
@@ -1346,7 +1346,7 @@ static void usage(void)
 		"	-d --debug	log debuging info\n"
 		"	-D --define	define global macro variable\n"
 		/*"	-f --foreground do not fork into background\n" */
-		"	-r --random-replicated-selection\n"
+		"	-r --random-multimount-selection\n"
 		"			use ramdom replicated server selection\n"
 		"	-O --global-options\n"
 		"			specify global mount options\n"
@@ -1448,7 +1448,7 @@ int main(int argc, char *argv[])
 		{"debug", 0, 0, 'd'},
 		{"define", 1, 0, 'D'},
 		{"foreground", 0, 0, 'f'},
-		{"random-selection", 0, 0, 'r'},
+		{"random-multimount-selection", 0, 0, 'r'},
 		{"global-options", 1, 0, 'O'},
 		{"version", 0, 0, 'V'},
 		{0, 0, 0, 0}
--- autofs-5.0.1/man/automount.8.in.consistent-random-selection-option-name	2007-06-26 23:27:54.000000000 +0800
+++ autofs-5.0.1/man/automount.8.in	2007-06-26 23:28:29.000000000 +0800
@@ -49,7 +49,7 @@ Define a global macro substitution varia
 are over-ridden macro definitions of the same name specified in
 mount entries.
 .TP
-.I "\-r, \-\-random-replicated-selection"
+.I "\-r, \-\-random-multimount-selection"
 Enables the use of ramdom selection when choosing a host from a
 list of replicated servers.
 .TP