CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       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");
 }
 
 

Reply via email to