[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun Aug 22 09:04:46 MDT 2010


The branch, master has been updated
       via  4ec7dd8... s4: Install testparm to /usr/bin, consistent with old behaviour.
      from  cfcfe3c... s4-waf: re-use SAMBA_LIBRARY() in building shared modules

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


- Log -----------------------------------------------------------------
commit 4ec7dd8deb3d123941da21a880241ebe29f3bbb6
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Aug 22 17:03:47 2010 +0200

    s4: Install testparm to /usr/bin, consistent with old behaviour.

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

Summary of changes:
 source4/scripting/wscript_build |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build
index 632d2d2..c880a98 100644
--- a/source4/scripting/wscript_build
+++ b/source4/scripting/wscript_build
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
-O755 = 493
 bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/testparm',
-                  chmod=O755, python_fixup=True, flat=True)
-
+                  chmod=0755, python_fixup=True, flat=True)
+bld.INSTALL_FILES('${BINDIR}','bin/testparm',
+                  chmod=0755, python_fixup=True, flat=True)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list