diff -urN multipath-tools-0.4.5-pre2/multipath/main.c multipath-tools-patched/multipath/main.c --- multipath-tools-0.4.5-pre2/multipath/main.c 2005-04-28 17:01:10.000000000 -0500 +++ multipath-tools-patched/multipath/main.c 2005-05-03 14:54:52.000000000 -0500 @@ -761,7 +761,7 @@ usage (char * progname) { fprintf (stderr, VERSION_STRING); - fprintf (stderr, "Usage: %s\t[-v level] [-d] [-l] [-S]\n", + fprintf (stderr, "Usage: %s\t[-v level] [-d] [-l]\n", progname); fprintf (stderr, "\t\t\t[-p failover|multibus|group_by_serial|group_by_prio]\n" \ diff -urN multipath-tools-0.4.5-pre2/multipath.conf.annotated multipath-tools-patched/multipath.conf.annotated --- multipath-tools-0.4.5-pre2/multipath.conf.annotated 2005-04-29 18:19:05.000000000 -0500 +++ multipath-tools-patched/multipath.conf.annotated 2005-05-03 14:54:22.000000000 -0500 @@ -7,9 +7,9 @@ # name : multipath_tool # scope : multipathd # desc : the tool in charge of configuring the multipath device maps - # default : "/sbin/multipath -v 0 -S" + # default : "/sbin/multipath -v 0" # - multipath_tool "/sbin/multipath -v 0 -S" + multipath_tool "/sbin/multipath -v 0" # # name : udev_dir diff -urN multipath-tools-0.4.5-pre2/multipath.conf.synthetic multipath-tools-patched/multipath.conf.synthetic --- multipath-tools-0.4.5-pre2/multipath.conf.synthetic 2005-04-28 18:08:30.000000000 -0500 +++ multipath-tools-patched/multipath.conf.synthetic 2005-05-03 14:54:34.000000000 -0500 @@ -1,5 +1,5 @@ defaults { - multipath_tool "/sbin/multipath -v 0 -S" + multipath_tool "/sbin/multipath -v 0" udev_dir /dev polling_interval 10 default_selector "round-robin 0" diff -urN multipath-tools-0.4.5-pre2/multipathd/main.h multipath-tools-patched/multipathd/main.h --- multipath-tools-0.4.5-pre2/multipathd/main.h 2005-04-07 14:37:22.000000000 -0500 +++ multipath-tools-patched/multipathd/main.h 2005-05-03 14:55:26.000000000 -0500 @@ -3,6 +3,6 @@ #define DAEMON 1 #define CHECKINT 5 -#define MULTIPATH "/sbin/multipath -v0 -S" +#define MULTIPATH "/sbin/multipath -v0" #endif