The branch, master has been updated
via 8bc5899... s4: Only install testparm to /usr/bin/, no longer to
/usr/sbin.
from 4ec7dd8... s4: Install testparm to /usr/bin, consistent with old
behaviour.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 8bc58990a469b15a0ffc9977a5b9c2345eea9fe5
Author: Jelmer Vernooij <[email protected]>
Date: Sun Aug 22 17:12:26 2010 +0200
s4: Only install testparm to /usr/bin/, no longer to /usr/sbin.
-----------------------------------------------------------------------
Summary of changes:
source4/scripting/wscript_build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build
index c880a98..8d1b168 100644
--- a/source4/scripting/wscript_build
+++ b/source4/scripting/wscript_build
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate
bin/samba_spnupdate bin/testparm',
+bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate
bin/samba_spnupdate',
chmod=0755, python_fixup=True, flat=True)
bld.INSTALL_FILES('${BINDIR}','bin/testparm',
chmod=0755, python_fixup=True, flat=True)
--
Samba Shared Repository