public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* The tag: cman_2_0_92 has been created
@ 2008-09-16 15:01 Chris Feist
  0 siblings, 0 replies; only message in thread
From: Chris Feist @ 2008-09-16 15:01 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=932320c01e285d81dd59c421b406229a5e56b75d
Commit:        932320c01e285d81dd59c421b406229a5e56b75d
Parent:        fd9c342de7304376bc2cc50d4b0e56d54abfc822
Author:        Jan Friesse <jfriesse@redhat.com>
AuthorDate:    Tue Sep 16 10:30:31 2008 +0200
Committer:     Jan Friesse <jfriesse@redhat.com>
CommitterDate: Tue Sep 16 10:30:31 2008 +0200

fence: Fix fence agent for VMware ESX.

Use dynamic import path and RELEASE_VERSION variable.
---
 fence/agents/vmware/fence_vmware.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fence/agents/vmware/fence_vmware.py b/fence/agents/vmware/fence_vmware.py
index 5e01ffb..e02052f 100755
--- a/fence/agents/vmware/fence_vmware.py
+++ b/fence/agents/vmware/fence_vmware.py
@@ -8,11 +8,11 @@
 #####
 
 import sys, re, pexpect
-sys.path.append("/usr/lib/fence")
+sys.path.append("@FENCEAGENTSLIBDIR@")
 from fencing import *
 
 #BEGIN_VERSION_GENERATION
-FENCE_RELEASE_NAME=""
+RELEASE_VERSION="New VMware Agent - test release on steroids"
 REDHAT_COPYRIGHT=""
 BUILD_DATE=""
 #END_VERSION_GENERATION


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-16 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-16 15:01 The tag: cman_2_0_92 has been created Chris Feist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).