From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 28 Sep 2007 12:18:20 -0000 Subject: [Cluster-devel] cluster/cman/cman_tool main.c Message-ID: <20070928121820.31112.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: pcaulfield at sourceware.org 2007-09-28 12:18:19 Modified files: cman/cman_tool : main.c Log message: Reinstate cman_tool services, which got lost inexplicably. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.58&r2=1.59 --- cluster/cman/cman_tool/main.c 2007/09/28 12:00:03 1.58 +++ cluster/cman/cman_tool/main.c 2007/09/28 12:18:19 1.59 @@ -879,6 +879,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");