[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sat Oct 8 05:07:02 MDT 2011


The branch, master has been updated
       via  9c979e8 s4:findprovisionusnranges - the default python path is detected over "env"
       via  7447acd s4:upgrading-samba4.txt - fix mistakes reported by bug #8504
      from  ce5b4b3 examples/VFS: add skel_get_dfs_referrals()

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


- Log -----------------------------------------------------------------
commit 9c979e88dcf46f310c54d71914722479892a5449
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Fri Sep 30 16:45:55 2011 +0200

    s4:findprovisionusnranges - the default python path is detected over "env"
    
    Reviewed-by: Jelmer
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Sat Oct  8 13:06:20 CEST 2011 on sn-devel-104

commit 7447acded17b9b8aa7b8cb586fc7ad9612396a79
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Fri Sep 30 15:47:04 2011 +0200

    s4:upgrading-samba4.txt - fix mistakes reported by bug #8504
    
    Reviewed-by: Jelmer

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

Summary of changes:
 source4/scripting/bin/findprovisionusnranges |    2 +-
 upgrading-samba4.txt                         |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/bin/findprovisionusnranges b/source4/scripting/bin/findprovisionusnranges
index c91e42e..7ad88aa 100755
--- a/source4/scripting/bin/findprovisionusnranges
+++ b/source4/scripting/bin/findprovisionusnranges
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # Helper for determining USN ranges created of modified by provision and
 # upgradeprovision.
diff --git a/upgrading-samba4.txt b/upgrading-samba4.txt
index 3e9ffe0..82f562e 100644
--- a/upgrading-samba4.txt
+++ b/upgrading-samba4.txt
@@ -6,7 +6,6 @@ Upgrading from an older samba4 installation.
 * Backup your samba4 provision:
   go into the directory where your samba4 provision is stored (/usr/local/samba by default)
   do tar cf $HOME/backup.tar private etc var sysvol
-* Go into the source4 dir
 * do make install
 * run 'samba-tool dbcheck'
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list