From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 28 Sep 2007 13:26:15 -0000 Subject: [Cluster-devel] cluster/cman/cman_tool main.c Message-ID: <20070928132615.24970.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 Branch: RHEL5 Changes by: pcaulfield at sourceware.org 2007-09-28 13:26:15 Modified files: cman/cman_tool : main.c Log message: Reinstate cman_tool services Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.51.2.3&r2=1.51.2.4 --- cluster/cman/cman_tool/main.c 2007/09/17 13:48:15 1.51.2.3 +++ cluster/cman/cman_tool/main.c 2007/09/28 13:26:14 1.51.2.4 @@ -787,6 +787,7 @@ } else if (strcmp(argv[optind], "services") == 0) { if (comline->operation) die("can't specify two operations"); + comline->operation = OP_SERVICES; } else if (strcmp(argv[optind], "debug") == 0) { if (comline->operation) die("can't specify two operations");