Added default parameters

pull/93/head
parent 58278909b0
commit 0afa0158d5

@ -128,7 +128,7 @@
#define config_get_global_command yon_char_new("ubconfig --source global get system SERVICES_ENABLE SERVICES_DISABLE SERVICES_MASK") #define config_get_global_command yon_char_new("ubconfig --source global get system SERVICES_ENABLE SERVICES_DISABLE SERVICES_MASK")
#define config_get_default_command "" #define config_get_default_command ""
#define config_get_global_only_parameters "" #define config_get_global_only_parameters "ubconfig --source default get system SERVICES_ENABLE SERVICES_DISABLE SERVICES_MASK"
#define config_get_local_only_parameters "" #define config_get_local_only_parameters ""
#define SERVICES_ENABLE_get_command "ubconfig --source global get [system] SERVICES_ENABLE" #define SERVICES_ENABLE_get_command "ubconfig --source global get [system] SERVICES_ENABLE"

Loading…
Cancel
Save