public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Marek Grác" <marx@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: RHEL54 - fencing: #493802 - Providing support for ssh enabled RSA II fence devices
Date: Mon, 03 Aug 2009 14:03:00 -0000	[thread overview]
Message-ID: <20090803140325.C6247120196@lists.fedorahosted.org> (raw)

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


             reply	other threads:[~2009-08-03 14:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-03 14:03 Marek Grác [this message]
2009-08-05 10:11 Marek Grác

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090803140325.C6247120196@lists.fedorahosted.org \
    --to=marx@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).