public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* Cluster Project branch, master, updated. cluster-2.99.05-41-g3999dc1
@ 2008-07-03  3:46 fabbione
  0 siblings, 0 replies; only message in thread
From: fabbione @ 2008-07-03  3:46 UTC (permalink / raw)
  To: cluster-cvs, cluster-devel

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 <fdinitto@redhat.com>
Date:   Thu Jul 3 05:46:11 2008 +0200

    [BUILD] Fix install of telnet_ssl
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>

-----------------------------------------------------------------------

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-03  3:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-03  3:46 Cluster Project branch, master, updated. cluster-2.99.05-41-g3999dc1 fabbione

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