[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-792-g38ff590

mdw at samba.org mdw at samba.org
Tue Aug 4 11:05:39 MDT 2009


The branch, master has been updated
       via  38ff5906b3073276cfe4a7d6d4fbf83a2a2e5fb8 (commit)
      from  74454cc731f202361f1dce47fa850810bfeb36c8 (commit)

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


- Log -----------------------------------------------------------------
commit 38ff5906b3073276cfe4a7d6d4fbf83a2a2e5fb8
Author: Rusty Russell <rusty at rustcorp.com.au>
Date:   Tue Aug 4 19:02:42 2009 +0200

    s4: make install: prevent overwriting failure
    
    We don't have to remove the eventual write privileges to enable the execute ones.

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

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 0666ae1..257fae8 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -12,7 +12,7 @@ mkdir -p $SETUPDIR/ad-schema || exit 1
 cp setup/ad-schema/*.txt $SETUPDIR/ad-schema || exit 1
 for p in enableaccount newuser provision provision-backend setexpiry setpassword
 do
-	chmod 0555 setup/$p
+	chmod a+x setup/$p
 	cp setup/$p $SETUPDIR || exit 1
 done
 cp setup/schema-map-* $SETUPDIR || exit 1


-- 
Samba Shared Repository


More information about the samba-cvs mailing list