[SCM] CTDB repository - branch master updated - ctdb-1.0.105-83-g7c95e56

Ronnie Sahlberg sahlberg at samba.org
Mon Dec 7 00:29:40 MST 2009


The branch, master has been updated
       via  7c95e56ba871a4e0cb893a5cb5d821e7ff6e6dd6 (commit)
      from  b796d736946856abfbe53de95dfcd73072ee8ccd (commit)

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


- Log -----------------------------------------------------------------
commit 7c95e56ba871a4e0cb893a5cb5d821e7ff6e6dd6
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Dec 7 18:27:46 2009 +1100

    Use wbinfo --ping-dc isntead of wbingo -p sicne this is a more reliable way to determine if winbindd is in a useful state.

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

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


Changeset truncated at 500 lines:

diff --git a/config/events.d/50.samba b/config/events.d/50.samba
index 5c10b19..9c0466c 100755
--- a/config/events.d/50.samba
+++ b/config/events.d/50.samba
@@ -247,7 +247,7 @@ case "$1" in
 	# check winbind is OK
 	check_ctdb_manages_winbind
 	[ "$CTDB_MANAGES_WINBIND" = "yes" ] && {
-		ctdb_check_command "winbind" "wbinfo -p"
+		ctdb_check_command "winbind" "wbinfo --ping-dc"
 	}
 	;;
 


-- 
CTDB repository


More information about the samba-cvs mailing list