From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 3 Jul 2008 03:46:53 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.05-41-g3999dc1 Message-ID: <20080703034653.9988.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=3999dc109ad8da35df36369c3c9056c0f6a7ab48 The branch, master has been updated via 3999dc109ad8da35df36369c3c9056c0f6a7ab48 (commit) from f80715e00a254edc1d42831df05abea8f0ebf6d0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3999dc109ad8da35df36369c3c9056c0f6a7ab48 Author: Fabio M. Di Nitto Date: Thu Jul 3 05:46:11 2008 +0200 [BUILD] Fix install of telnet_ssl Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- Summary of changes: fence/agents/lib/Makefile | 2 +- fence/agents/lib/fencing.py.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 fence/agents/ilo/fence_ilo.py mode change 100755 => 100644 fence/agents/lib/telnet_ssl.py diff --git a/fence/agents/ilo/fence_ilo.py b/fence/agents/ilo/fence_ilo.py old mode 100755 new mode 100644 diff --git a/fence/agents/lib/Makefile b/fence/agents/lib/Makefile index f823b1d..00666fa 100644 --- a/fence/agents/lib/Makefile +++ b/fence/agents/lib/Makefile @@ -1,6 +1,6 @@ include ../../../make/defines.mk -TARGET= fencing.py +TARGET= fencing.py telnet_ssl FENCEAGENTSLIB= $(TARGET) diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py index 0b4918c..f3f9e6c 100644 --- a/fence/agents/lib/fencing.py.py +++ b/fence/agents/lib/fencing.py.py @@ -27,7 +27,7 @@ EC_WAITING_OFF = 7 TELNET_PATH = "/usr/bin/telnet" SSH_PATH = "/usr/bin/ssh" -SSL_PATH = "/sbin/telnet_ssl.py" +SSL_PATH = "@FENCEAGENTSLIBDIR@/telnet_ssl" all_opt = { "help" : { diff --git a/fence/agents/lib/telnet_ssl.py b/fence/agents/lib/telnet_ssl.py old mode 100755 new mode 100644 hooks/post-receive -- Cluster Project