mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb-tool: Add replacement ctdb tool using new client API
New tool breaks some of the tool unit tests due to improved error messages. Those changes are in the following patch. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
199293f4a1
commit
70f2573f2a
6584
ctdb/tools/ctdb.c
Normal file
6584
ctdb/tools/ctdb.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -421,6 +421,13 @@ def build(bld):
|
||||
install_path='${SBINDIR}',
|
||||
manpages='ctdbd.1')
|
||||
|
||||
bld.SAMBA_BINARY('ctdb',
|
||||
source='tools/ctdb.c',
|
||||
deps='''ctdb-client2 ctdb-protocol ctdb-util ctdb-system
|
||||
samba-util popt''',
|
||||
install_path='${BINDIR}',
|
||||
manpages='ctdb.1')
|
||||
|
||||
bld.SAMBA_BINARY('ctdb_killtcp',
|
||||
source='tools/ctdb_killtcp.c',
|
||||
deps='''ctdb-protocol ctdb-util ctdb-system
|
||||
|
Loading…
Reference in New Issue
Block a user