summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@suse.com>2018-05-07 09:45:32 -0600
committerAndrew Bartlett <abartlet@samba.org>2018-07-04 10:22:15 +0200
commitc8621948f65d09cd3461cfacc4aa00051abb0796 (patch)
tree56e4b5e32c98f6eeecc00f77d17e29a5460823a8 /source3/param
parent56d9b1a533b8d3ebd4e686145883c7ed62c08ce0 (diff)
downloadsamba-c8621948f65d09cd3461cfacc4aa00051abb0796.tar.gz
samba_gpoupdate: Rename the command to samba-gpupdate
On a Windows client, this command is called 'gpupdate' Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index ecff22eb638..8f2f26a4d76 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -917,7 +917,7 @@ static void init_globals(struct loadparm_context *lp_ctx, bool reinit_globals)
Globals.dns_update_command = str_list_make_v3_const(NULL, s, NULL);
TALLOC_FREE(s);
- s = talloc_asprintf(talloc_tos(), "%s/samba_gpoupdate", get_dyn_SCRIPTSBINDIR());
+ s = talloc_asprintf(talloc_tos(), "%s/samba-gpupdate", get_dyn_SCRIPTSBINDIR());
if (s == NULL) {
smb_panic("init_globals: ENOMEM");
}