[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Mon Mar 29 14:35:54 MDT 2010


The branch, master has been updated
       via  c8fe49b... s4:installmisc.sh - fix location of "dnspython" library
      from  4c6cde9... s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a logon call

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


- Log -----------------------------------------------------------------
commit c8fe49b2d311944da8829a20c6d275daace205cb
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Mon Mar 29 22:23:53 2010 +0200

    s4:installmisc.sh - fix location of "dnspython" library

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

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


Changeset truncated at 500 lines:

diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh
index 5c7d76d..eba5996 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -87,7 +87,7 @@ for p in $($PYTHON scripting/python/samba_external/missing.py);
 do
   echo "Installing missing python library $p"
   mkdir -p $PYTHONDIR/samba_external/$p
-  cp -r scripting/python/samba_external/$p/* $PYTHONDIR/samba_external/$p/ || exit 1
+  cp -r ../lib/$p/* $PYTHONDIR/samba_external/$p/ || exit 1
 done
 
 echo "Installing stuff in $PRIVATEDIR"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list