[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-752-g757d403

Jeremy Allison jra at samba.org
Thu Mar 26 21:36:01 GMT 2009


The branch, master has been updated
       via  757d403dfff023fdb122a155f6a05d33daa76410 (commit)
      from  94ba56b2bdad4782deefc5581e6b6ac5c4eeb258 (commit)

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


- Log -----------------------------------------------------------------
commit 757d403dfff023fdb122a155f6a05d33daa76410
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Mar 26 14:34:25 2009 -0700

    This should fix the build farm RAW-STREAMS failure. streams_depot.so
    depends on xattrs, and xattr_tdb was pushed *first* in the stack...
    Jeremy.

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

Summary of changes:
 source3/script/tests/selftest.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index a430d01..af77c79 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -238,7 +238,7 @@ cat >$SERVERCONFFILE<<EOF
 	map hidden = yes
 	map system = yes
 	create mask = 755
-	vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_depot.so
+	vfs objects = $BINDIR/streams_depot.so $BINDIR/xattr_tdb.so
 
 	#Include user defined custom parameters if set
 	$INCLUDE_CUSTOM_CONF


-- 
Samba Shared Repository


More information about the samba-cvs mailing list