From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.05-41-g3999dc1
Date: 3 Jul 2008 03:46:53 -0000 [thread overview]
Message-ID: <20080703034653.9988.qmail@sourceware.org> (raw)
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
reply other threads:[~2008-07-03 3:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080703034653.9988.qmail@sourceware.org \
--to=fabbione@sourceware.org \
/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 NNTP newsgroup(s).