diff --git a/libraries/entropy/const.py b/libraries/entropy/const.py index 66f0302e8..f6e52f27a 100644 --- a/libraries/entropy/const.py +++ b/libraries/entropy/const.py @@ -538,10 +538,11 @@ def const_default_settings(rootdir): 'client_plugin': "client_plugin", 'server_plugin': "server_plugin", 'server_plugin_fatscope': "server_plugin_fatscope", + 'server_plugin_fake_client': "server_plugin_fake_client", }, - 'clientserverrepoid': "__system__", - 'clientdbid': "__client__", + 'clientserverrepoid': "__system__", # these two values have to match! + 'clientdbid': "__system__", # these two values have to match! 'serverdbid': "__etpdb:", 'genericdbid': "__generic__", 'systemreleasefile': "/etc/sabayon-release",