diff options
author | Mathieu Parent <math.parent@gmail.com> | 2020-07-04 23:16:40 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2021-03-29 16:18:54 +0000 |
commit | 359c6bd21084b075d3d47f5cec427a5801ac11de (patch) | |
tree | e9f00966044e95e031c6e4d408a4e3b61fde711f /source3/utils/wscript_build | |
parent | 942c0d2128cb8e64a9354dde6bdae82a1c1c3d88 (diff) | |
download | samba-359c6bd21084b075d3d47f5cec427a5801ac11de.tar.gz |
Rename mdfind to mdsearch
GNUstep as an mdfind binary, and both should be co-instalable.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14431
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Björn Baumbach <bb@sernet.de>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Mar 29 16:18:54 UTC 2021 on sn-devel-184
Diffstat (limited to 'source3/utils/wscript_build')
-rw-r--r-- | source3/utils/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build index a541163141d..5ab82660c45 100644 --- a/source3/utils/wscript_build +++ b/source3/utils/wscript_build @@ -313,8 +313,8 @@ bld.SAMBA3_BINARY('smbstatus', CONN_TDB ''') -bld.SAMBA3_BINARY('mdfind', - source='mdfind.c', +bld.SAMBA3_BINARY('mdsearch', + source='mdsearch.c', deps=''' talloc tevent |