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

Reply via email to