From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10033 invoked by alias); 3 Jul 2008 03:46:54 -0000 Received: (qmail 10003 invoked by uid 9702); 3 Jul 2008 03:46:53 -0000 Date: Thu, 03 Jul 2008 03:46:00 -0000 Message-ID: <20080703034653.9988.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. cluster-2.99.05-41-g3999dc1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f80715e00a254edc1d42831df05abea8f0ebf6d0 X-Git-Newrev: 3999dc109ad8da35df36369c3c9056c0f6a7ab48 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00008.txt.bz2 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