-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
By the looks of things the host service setting "Client Updater" was meant to be used for updating from the old legacy client to the new client. It's been disabled within the fog-client as well as in the FOG server code since but never cleaned up.
I'd vote for a revival of that setting because people could possibly want to disable auto updating of the fog-client for some hosts or even globally for a good reason at some point.
Things to look at (because I have dug into it already):
- Do not overwrite response from FOG server in https://github.com/FOGProject/fog-client/blob/master/Service/FOGSystemService.cs#L94
- Enable
clientupdaterin https://github.com/FOGProject/fogproject/blob/master/packages/web/lib/fog/fogpage.class.php#L3019 (line 3019 and 3029) - Probably needs some more work to send the proper information from FOG server to fog-client