This should fix the build farm RAW-STREAMS failure. streams_depot.so
authorJeremy Allison <jra@samba.org>
Thu, 26 Mar 2009 21:34:25 +0000 (14:34 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 26 Mar 2009 21:34:25 +0000 (14:34 -0700)
depends on xattrs, and xattr_tdb was pushed *first* in the stack...
Jeremy.

source3/script/tests/selftest.sh

index a430d01a0ee38e3270cc90412fc0ea47cc87c598..af77c79491edad14c97efec583d8b2b6cc4cc418 100755 (executable)
@@ -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