CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2007-08-15 20:55:02

Modified files:
        fence/fenced   : main.c 

Log message:
        clean out junk that was only relevant to rhel4

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fenced/main.c.diff?cvsroot=cluster&r1=1.41&r2=1.42

--- cluster/fence/fenced/main.c 2007/01/22 23:15:54     1.41
+++ cluster/fence/fenced/main.c 2007/08/15 20:55:02     1.42
@@ -15,7 +15,7 @@
 #include "ccs.h"
 #include "copyright.cf"
 
-#define OPTION_STRING                  ("cj:f:Dn:O:hVSw")
+#define OPTION_STRING                  ("cj:f:Dn:O:hVS")
 #define LOCKFILE_NAME                  "/var/run/fenced.pid"
 
 struct client {
@@ -613,11 +613,6 @@
                        exit(EXIT_SUCCESS);
                        break;
 
-               case 'w':
-                       /* do nothing, this is a fence_tool option that
-                          we ignore when fence_tool starts us */
-                       break;
-
                case ':':
                case '?':
                        fprintf(stderr, "Please use '-h' for usage.\n");

Reply via email to