cluster: STABLE3 - Revert "cman: Look for group_tool in SBINDIR rather than PATH"

Christine Caulfield chrissie at fedoraproject.org
Mon Dec 7 13:11:04 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=68c7d0135f78d591f4d841645217955e75edcc06
Commit:        68c7d0135f78d591f4d841645217955e75edcc06
Parent:        02a8b8872f59ac4933233aed31b3cfa39cda9db5
Author:        Christine Caulfield <ccaulfie at redhat.com>
AuthorDate:    Mon Dec 7 13:10:41 2009 +0000
Committer:     Christine Caulfield <ccaulfie at redhat.com>
CommitterDate: Mon Dec 7 13:10:41 2009 +0000

Revert "cman: Look for group_tool in SBINDIR rather than PATH"

cos fabbione told me to.

This reverts commit 77d9be5a7000aedbf009afc0fa27687a4b4cfad0.
---
 cman/cman_tool/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/cman_tool/main.c b/cman/cman_tool/main.c
index b943627..3d38e86 100644
--- a/cman/cman_tool/main.c
+++ b/cman/cman_tool/main.c
@@ -550,7 +550,7 @@ static void show_nodes(commandline_t *comline)
 
 static int show_services(void)
 {
-	return system(SBINDIR "/group_tool ls");
+	return system("group_tool ls");
 }
 
 


More information about the cluster-commits mailing list