From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 15 Aug 2007 20:55:02 -0000 Subject: [Cluster-devel] cluster/fence/fenced main.c Message-ID: <20070815205502.4501.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: teigland at sourceware.org 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");