[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Aug 6 23:50:02 UTC 2018


The branch, master has been updated
       via  0530ccc s3:waf: Install eventlogadm to /usr/sbin
      from  c6b95c3 ctdb: remove queue destructor as it isn't needed anymore

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


- Log -----------------------------------------------------------------
commit 0530cccc41f683cb35d065ddcb3968cf4ef759f4
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Aug 6 17:32:17 2018 +0200

    s3:waf: Install eventlogadm to /usr/sbin
    
    The eventlogadm binary needs write access to the registry which, by
    default, is only possible as root.
    
    https://bugzilla.samba.org/show_bug.cgi?id=13561
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Aug  7 01:49:34 CEST 2018 on sn-devel-144

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

Summary of changes:
 source3/utils/wscript_build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build
index 8b4d890..93e6aba 100644
--- a/source3/utils/wscript_build
+++ b/source3/utils/wscript_build
@@ -86,7 +86,8 @@ bld.SAMBA3_BINARY('eventlogadm',
                  deps='''
                  talloc
                  smbconf
-                 LIBEVENTLOG''')
+                 LIBEVENTLOG''',
+                 install_path='${SBINDIR}')
 
 bld.SAMBA3_BINARY('sharesec',
                  source='sharesec.c ../lib/util_sd.c',


-- 
Samba Shared Repository



More information about the samba-cvs mailing list