From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 28 Sep 2007 12:00:04 -0000 Subject: [Cluster-devel] cluster/cman/cman_tool main.c Message-ID: <20070928120004.18327.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:00:04 Modified files: cman/cman_tool : main.c Log message: Call "group_tool ls" for cman_tool services Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.57&r2=1.58 --- cluster/cman/cman_tool/main.c 2007/09/19 15:59:46 1.57 +++ cluster/cman/cman_tool/main.c 2007/09/28 12:00:03 1.58 @@ -510,7 +510,7 @@ static void show_services(void) { - system("group_tool"); + system("group_tool ls"); }