[SCM] CTDB repository - branch master updated - ctdb-1.10-207-g2266586

Michael Adam obnox at samba.org
Sat May 14 14:29:37 MDT 2011


The branch, master has been updated
       via  2266586c1839af032622be54dc7f71e39d2bd9ef (commit)
      from  307e915459c26a728a1ec16bd735d983d493df53 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2266586c1839af032622be54dc7f71e39d2bd9ef
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Wed Mar 23 22:16:18 2011 +0100

    Fix bashism
    
    ... again ;-)
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 config/events.d/60.ganesha |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/60.ganesha b/config/events.d/60.ganesha
index b7bc923..6559dd0 100644
--- a/config/events.d/60.ganesha
+++ b/config/events.d/60.ganesha
@@ -13,7 +13,7 @@ start_nfs() {
 
 loadconfig nfs
 
-[ "$NFS_SERVER_MODE" == "GANESHA" ] || exit 0
+[ "$NFS_SERVER_MODE" = "GANESHA" ] || exit 0
 
 service_name="nfs-ganesha-gpfs"
 


-- 
CTDB repository


More information about the samba-cvs mailing list