[SCM] CTDB repository - branch master updated - ctdb-2.5-1-g370022e

Amitay Isaacs amitay at samba.org
Thu Oct 31 20:09:07 MDT 2013


The branch, master has been updated
       via  370022e1ff654db99d0c3ce0c49914c249e57289 (commit)
      from  30a6565a7b476516f3daed0669b5650e1be3cd18 (commit)

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


- Log -----------------------------------------------------------------
commit 370022e1ff654db99d0c3ce0c49914c249e57289
Author: Srikrishan Malik <srimalik at in.ibm.com>
Date:   Thu Oct 31 11:54:58 2013 +0530

    eventscript: Fix link creation failure if the link already exist but the target path is missing
    
    Signed-off-by: Srikrishan Malik <srimalik at in.ibm.com>

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

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 aa7db90..744c5ce 100755
--- a/config/events.d/60.ganesha
+++ b/config/events.d/60.ganesha
@@ -79,7 +79,7 @@ create_ganesha_recdirs ()
             fi
         fi
     else
-        if ! ln -s $MNTPT/.ganesha  $GANRECDIR ; then
+        if ! ln -sf $MNTPT/.ganesha  $GANRECDIR ; then
             echo "ln failed"
         fi
     fi


-- 
CTDB repository


More information about the samba-cvs mailing list