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