Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > d236c5da97a239a1b6991cfba2865b66 > files > 46

cman-2.0.115-68.el5_6.1.src.rpm

From c73d85e25c4f198534ec7a8585f42b89ba0675ae Mon Sep 17 00:00:00 2001
From: Marek 'marx' Grac <mgrac@redhat.com>
Date: Mon, 27 Sep 2010 09:35:04 +0200
Subject: [PATCH] fence_cisco_ucs: Fix path to fencing library

Resolves: rhbz#579859
---
 fence/agents/cisco_ucs/fence_cisco_ucs.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/cisco_ucs/fence_cisco_ucs.py b/fence/agents/cisco_ucs/fence_cisco_ucs.py
index 07375b3..702f05b 100755
--- a/fence/agents/cisco_ucs/fence_cisco_ucs.py
+++ b/fence/agents/cisco_ucs/fence_cisco_ucs.py
@@ -2,7 +2,7 @@
 
 import sys, re, pexpect, socket
 import pycurl, StringIO
-sys.path.append("@FENCEAGENTSLIBDIR@")
+sys.path.append("/usr/lib/fence")
 from fencing import *
 
 #BEGIN_VERSION_GENERATION
-- 
1.6.0.6