public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: RHEL54 - fencing: #493802 - Providing support for ssh enabled RSA II fence devices
@ 2009-08-05 10:11 Marek Grác
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Grác @ 2009-08-05 10:11 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=5afd2776b87869189497eb722fe631de60cd09c1
Commit:        5afd2776b87869189497eb722fe631de60cd09c1
Parent:        cc5e4640d9005fd17c347ecca94986653e205891
Author:        Marek 'marx' Grac <mgrac@redhat.com>
AuthorDate:    Wed Aug 5 12:06:17 2009 +0200
Committer:     Marek 'marx' Grac <mgrac@redhat.com>
CommitterDate: Wed Aug 5 12:06:17 2009 +0200

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

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

diff --git a/fence/agents/rsa/fence_rsa.py b/fence/agents/rsa/fence_rsa.py
index 487758a..dab51c1 100755
--- a/fence/agents/rsa/fence_rsa.py
+++ b/fence/agents/rsa/fence_rsa.py
@@ -58,7 +58,7 @@ def main():
 	## Operate the fencing device
 	######
 	conn = fence_login(options)
-	fence_action(conn, options, set_power_status, get_power_status, None)
+	fence_action(conn, options, set_power_status, get_power_status)
 
 	##
 	## Logout from system


^ permalink raw reply	[flat|nested] 2+ messages in thread

* cluster: RHEL54 - fencing: #493802 - Providing support for ssh enabled RSA II fence devices
@ 2009-08-03 14:03 Marek Grác
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Grác @ 2009-08-03 14:03 UTC (permalink / raw)
  To: cluster-cvs-relay

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))
 
 	## 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-05 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-05 10:11 cluster: RHEL54 - fencing: #493802 - Providing support for ssh enabled RSA II fence devices Marek Grác
  -- strict thread matches above, loose matches on Subject: below --
2009-08-03 14:03 Marek Grác

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).