1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

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@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Aug  7 01:49:34 CEST 2018 on sn-devel-144
This commit is contained in:
Andreas Schneider 2018-08-06 17:32:17 +02:00 committed by Jeremy Allison
parent c6b95c3672
commit 0530cccc41

View File

@ -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',