libreoffice: update to 24.8.4.2
[oi-userland.git] / components / shell / shmux / patches / 03-shmux.c.patch
blob5ffa3d6baca05c5dcb76ef87e201aa590997c211
1 --- src/shmux.c.orig Thu Apr 2 11:13:09 2009
2 +++ src/shmux.c Thu Apr 2 11:12:11 2009
3 @@ -46,7 +46,7 @@
4 #define DEFAULT_ANALYSIS "regex"
5 #define DEFAULT_ERRORCODES "1-"
6 #define DEFAULT_MAXWORKERS 10
7 -#define DEFAULT_PINGTIMEOUT "500"
8 +#define DEFAULT_PINGTIMEOUT "10"
9 #define DEFAULT_RCMD "ssh"
10 #define DEFAULT_SPAWNMODE "one"
11 #define DEFAULT_TESTTIMEOUT 15
12 @@ -70,7 +70,7 @@
13 fprintf(stderr, " -M <max> Maximum number of simultaneous processes (Default: %u).\n", DEFAULT_MAXWORKERS);
14 fprintf(stderr, " -r <rcmd> Set the default method (Default: %s).\n", DEFAULT_RCMD);
15 fprintf(stderr, " -p Ping targets to check for life.\n");
16 - fprintf(stderr, " -P <millisec> Initial target timeout given to fping (Default: %s).\n", DEFAULT_PINGTIMEOUT);
17 + fprintf(stderr, " -P <seconds> Initial target timeout given to ping (Default: %s).\n", DEFAULT_PINGTIMEOUT);
18 fprintf(stderr, " -t Send test command to verify target health.\n");
19 fprintf(stderr, " -T <seconds> Time to wait for test answer (Default: %d).\n", DEFAULT_TESTTIMEOUT);
20 fprintf(stderr, "\n");