* [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.00-44-g35e9ac5
@ 2008-05-14 5:23 fabbione
0 siblings, 0 replies; only message in thread
From: fabbione @ 2008-05-14 5:23 UTC (permalink / raw)
To: cluster-devel.redhat.com
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=35e9ac574a7501d3ed3fb02da36d230611aa5284
The branch, master has been updated
via 35e9ac574a7501d3ed3fb02da36d230611aa5284 (commit)
from 8226258ee9cbfcb6926c01bfa83c7b902e521b61 (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 35e9ac574a7501d3ed3fb02da36d230611aa5284
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date: Tue May 13 21:02:34 2008 +0200
[BUILD] Move fencelib in /usr/share
Python bytecompiled objectes are arch indipendent. Move
the whole thing where it belongs.
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
configure | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 1e6c287..2c9ad4e 100755
--- a/configure
+++ b/configure
@@ -255,7 +255,7 @@ if ($help || !$err) {
print "--xenlibdir=\tthe base directory for xen libraries. (Default: {libdir})\n";
print "--fence_agents=\tlist of fence agents to configure. (Default: all)\n";
print "\t\tUse --fence_agents=help for a list\n";
- print "--fenceagentslibdir=\tspecify directory where to install common fence python lib. (Default: /usr/lib/fence)\n";
+ print "--fenceagentslibdir=\tspecify directory where to install common fence python lib. (Default: /usr/share/fence)\n";
print "--enable_crack_of_the_day\tEnable build of highly experimental features that rely on code that is not yet available for general use. (Default: no)\n";
print "--enable_xen\tEnable building of Xen-specific pieces\n";
print "--without_ccs\tDisable ccs building (Default: enabled)\n";
@@ -551,7 +551,7 @@ if (!$fence_agents) {
$fence_agents="all";
}
if (!$fenceagentslibdir) {
- $fenceagentslibdir="/usr/lib/fence";
+ $fenceagentslibdir="/usr/share/fence";
}
if (!$enable_crack_of_the_day) {
$enable_crack_of_the_day="";
hooks/post-receive
--
Cluster Project
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-14 5:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 5:23 [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.00-44-g35e9ac5 fabbione
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.