[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - build_3.2.3_ctdb.51-5-g0e9d563

Michael Adam obnox at samba.org
Mon Dec 1 22:19:30 GMT 2008


The branch, v3-2-ctdb has been updated
       via  0e9d5638a7c375b3b18f19f83f97924ab45ad382 (commit)
      from  c98fb34ef933944a96a286d2d276cf2adc99e25e (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-2-ctdb


- Log -----------------------------------------------------------------
commit 0e9d5638a7c375b3b18f19f83f97924ab45ad382
Author: Michael Adam <obnox at samba.org>
Date:   Mon Dec 1 23:19:02 2008 +0100

    packaging(RHEL-CTDB): don't show failure messages in check for ccache
    
    by fixing the order of "> /dev/null 2>&1"
    
    Michael

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

Summary of changes:
 packaging/RHEL-CTDB/samba.spec.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl
index 4c82780..5f31d36 100644
--- a/packaging/RHEL-CTDB/samba.spec.tmpl
+++ b/packaging/RHEL-CTDB/samba.spec.tmpl
@@ -133,7 +133,7 @@ cd source
 # RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
 
 ## check for ccache
-if ccache -h 2>&1 > /dev/null ; then
+if ccache -h >/dev/null 2>&1 ; then
 	CC="ccache gcc"
 else
 	CC="gcc"


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list