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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>

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

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

Reply via email to