summaryrefslogtreecommitdiff
path: root/source3/script/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2024-08-16source3/script: Fix installation of winbind_ctdb_updatekeytab.shAnoop C S1-1/+3
winbind_ctdb_updatekeytab.sh assumes the presence `onnode` utility to execute `net ads` command on all nodes in the cluster. But `onnode` is only built when configured with clustering support. Therefore perform the script installation only with ctdb configuration. Also fix the installation path to /usr/share/ctdb/scripts. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15689 Signed-off-by: Anoop C S <anoopcs@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
2024-08-13s3:script: Install winbind_ctdb_updatekeytab.shPavel Filipenský1-0/+1
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15689 Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2023-06-07s3:script: Add samba-log-parserPavel Filipenský1-0/+1
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Pair-Programmed-With: Andreas Schneider <asn@samba.org>
2021-04-19s3:script: Remove findsmb from default installationAndreas Schneider1-13/+0
This tool is the only client tool which requires perl. Distributions are removing perl from the default installation now. Also this is a wrapper around nmblookup which is obsolete in the AD world. However it might still be used by someone so move it just to examples/scripts/nmb/ Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Apr 19 14:37:04 UTC 2021 on sn-devel-184
2018-09-05source3/wscript: update to handle waf 2.0.4Alexander Bokovoy1-1/+1
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2016-06-09s3-script: Install the findsmb scriptAndreas Schneider1-0/+13
When we transitioned from autotools to waf we dropped installing the findsmb script. However we create and install the manpage for it so install it in the system again. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Jun 9 19:10:15 CEST 2016 on sn-devel-144
2015-06-18selftest: Add callout scripts for RPC SRVSVC share modificationsChristof Schmitt1-0/+5
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2013-05-27build: Install smbtar in waf buildAndrew Bartlett1-0/+7
Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon May 27 12:55:05 CEST 2013 on sn-devel-104