[Cluster-devel] cluster/cman/cman_tool main.c

pcaulfield at sourceware.org pcaulfield at sourceware.org
Fri Sep 28 12:00:04 UTC 2007


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");
 }
 
 




More information about the Cluster-devel mailing list