Ignore:
Timestamp:
May 24, 2009, 7:55:48 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.4

Location:
branches/samba-3.3.x/source/script
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/script/installmodules.sh

    r206 r224  
    3030 p2=`basename $p`
    3131 name=`echo $p2 | sed -es/${mtype}_//`
     32 echo Preserving old module as $DESTDIR/$LIBDIR/$name.old
     33 if [ -f $DESTDIR/$LIBDIR/$name ]; then
     34   rm -f $DESTDIR/$LIBDIR/$name.old
     35   mv $DESTDIR/$LIBDIR/$name $DESTDIR/$LIBDIR/$name.old
     36 fi
    3237 echo Installing $p as $DESTDIR/$LIBDIR/$name
    3338 cp -f $p $DESTDIR/$LIBDIR/$name
  • branches/samba-3.3.x/source/script/tests/test_posix_s3.sh

    r206 r224  
    3939rpc="$rpc RPC-SAMBA3-SPOOLSS RPC-SAMBA3-WKSSVC"
    4040rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME"
     41rpc="$rpc RPC-LSA-LOOKUPSIDS RPC-JOIN"
    4142
    4243# NOTE: to enable the UNIX-WHOAMI test, we need to change the default share
  • branches/samba-3.3.x/source/script/tests/test_wbinfo_s3.sh

    r206 r224  
    3535#Didn't pass yet# tests="$tests:--user-info=$username"
    3636tests="$tests:--user-groups=$username"
     37tests="$tests:--allocate-uid"
     38tests="$tests:--allocate-gid"
    3739
    3840failed=0
Note: See TracChangeset for help on using the changeset viewer.