This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: RHEL54 - fencing: #493802 - Providing support for sshenabled RSA II fence devices


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9525957d66b4a45e0352a29c37905fc9f40c0b48
Commit:        9525957d66b4a45e0352a29c37905fc9f40c0b48
Parent:        08f5d180d1a6e3b376a2f0864368840ff264700b
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Mon Aug 3 14:33:16 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Mon Aug 3 14:33:16 2009 +0200

fencing: #493802 - Providing support for ssh enabled RSA II fence devices

Fixing differencies between branches.
---
 fence/agents/rsa/fence_rsa.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/fence/agents/rsa/fence_rsa.py b/fence/agents/rsa/fence_rsa.py
index e2ec4dd..487758a 100755
--- a/fence/agents/rsa/fence_rsa.py
+++ b/fence/agents/rsa/fence_rsa.py
@@ -8,7 +8,7 @@
 #####
 
 import sys, re, pexpect, exceptions
-sys.path.append("@FENCEAGENTSLIBDIR@")
+sys.path.append("/usr/lib/fence")
 from fencing import *
 
 #BEGIN_VERSION_GENERATION
@@ -43,8 +43,6 @@ def main():
 			"action", "ipaddr", "login", "passwd", "passwd_script",
 			"cmd_prompt", "secure" ]
 
-	atexit.register(atexit_handler)
-
 	options = check_input(device_opt, process_input(device_opt))
 
 	## 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]