1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

s4: install tevent tracing hooks to trigger logfile rotation

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14248

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme
2020-11-26 14:21:58 +01:00
committed by Jeremy Allison
parent 68f71f227b
commit 516c2a04a2
3 changed files with 33 additions and 2 deletions

View File

@ -25,7 +25,8 @@ bld.SAMBA_BINARY('samba',
source='server.c',
subsystem_name='service',
deps='''events process_model service samba-hostconfig samba-util POPT_SAMBA
popt gensec registry ntvfs share cluster COMMON_SCHANNEL SECRETS''',
popt gensec registry ntvfs share cluster COMMON_SCHANNEL SECRETS
samba_server_util''',
pyembed=True,
install_path='${SBINDIR}',
enabled=bld.AD_DC_BUILD_IS_ENABLED()
@ -52,6 +53,6 @@ bld.SAMBA_MODULE('process_model_prefork',
source='process_prefork.c',
subsystem='process_model',
init_function='process_model_prefork_init',
deps='MESSAGING events ldbsamba cluster samba-sockets process_model messages_dgm',
deps='MESSAGING events ldbsamba cluster samba-sockets process_model messages_dgm samba_server_util',
internal_module=False
)