aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index f3c1213c..58b659bc 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1245,37 +1245,37 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1245 { 1245 {
1246 "GNUNET_setup_general_services_topology_checkbutton", 1246 "GNUNET_setup_general_services_topology_checkbutton",
1247 "toggled", 1247 "toggled",
1248 "arm", 1248 "topology",
1249 "DEFAULTSERVICES", 1249 "FORCESTART",
1250 gettext_noop ("Topology should always be loaded"), 1250 gettext_noop ("Topology should always be loaded"),
1251 "https://gnunet.org/configuration-topology", 1251 "https://gnunet.org/configuration-topology",
1252 &load_option_list, 1252 &load_yes_no,
1253 &save_option_list, "topology", 1253 &save_yes_no, NULL,
1254 NULL, NULL, 1254 NULL, NULL,
1255 NULL}, 1255 NULL},
1256 1256
1257 { 1257 {
1258 "GNUNET_setup_general_services_hostlist_checkbutton", 1258 "GNUNET_setup_general_services_hostlist_checkbutton",
1259 "toggled", 1259 "toggled",
1260 "arm", 1260 "hostlist",
1261 "DEFAULTSERVICES", 1261 "FORCESTART",
1262 gettext_noop 1262 gettext_noop
1263 ("Should hostlist support be started automatically on startup?"), 1263 ("Should hostlist support be started automatically on startup?"),
1264 "https://gnunet.org/configuration-hostlist", 1264 "https://gnunet.org/configuration-hostlist",
1265 &load_option_list, 1265 &load_yes_no,
1266 &save_option_list, "hostlist", 1266 &save_yes_no, NULL,
1267 NULL, NULL, 1267 NULL, NULL,
1268 hide_hostlist_tab}, 1268 hide_hostlist_tab},
1269 1269
1270 { 1270 {
1271 "GNUNET_setup_general_services_fs_checkbutton", 1271 "GNUNET_setup_general_services_fs_checkbutton",
1272 "toggled", 1272 "toggled",
1273 "arm", 1273 "fs",
1274 "DEFAULTSERVICES", 1274 "FORCESTART",
1275 gettext_noop ("Should file-sharing be started automatically on startup?"), 1275 gettext_noop ("Should file-sharing be started automatically on startup?"),
1276 "https://gnunet.org/configuration-fs", 1276 "https://gnunet.org/configuration-fs",
1277 &load_option_list, 1277 &load_yes_no,
1278 &save_option_list, "fs", 1278 &save_yes_no, NULL,
1279 NULL, NULL, 1279 NULL, NULL,
1280 hide_fs_tab}, 1280 hide_fs_tab},
1281 1281
@@ -2320,12 +2320,12 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2320 { 2320 {
2321 "GNUNET_setup_general_services_pt_checkbutton", 2321 "GNUNET_setup_general_services_pt_checkbutton",
2322 "toggled", 2322 "toggled",
2323 "arm", 2323 "pt",
2324 "DEFAULTSERVICES", 2324 "FORCESTART",
2325 gettext_noop ("Should the VPN/PT be started automatically on startup?"), 2325 gettext_noop ("Should the VPN/PT be started automatically on startup?"),
2326 "https://gnunet.org/configuration-vpn", 2326 "https://gnunet.org/configuration-vpn",
2327 &load_option_list, 2327 &load_yes_no,
2328 &save_option_list, "pt", 2328 &save_yes_no, NULL,
2329 NULL, NULL, 2329 NULL, NULL,
2330 hide_vpn_tab}, 2330 hide_vpn_tab},
2331 2331
@@ -2436,13 +2436,13 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2436 { 2436 {
2437 "GNUNET_setup_general_services_exit_checkbutton", 2437 "GNUNET_setup_general_services_exit_checkbutton",
2438 "toggled", 2438 "toggled",
2439 "arm", 2439 "exit",
2440 "DEFAULTSERVICES", 2440 "FORCESTART",
2441 gettext_noop 2441 gettext_noop
2442 ("Activate the VPN exit to provide services and/or to enable others to use your Internet connection"), 2442 ("Activate the VPN exit to provide services and/or to enable others to use your Internet connection"),
2443 "https://gnunet.org/configuration-exit", 2443 "https://gnunet.org/configuration-exit",
2444 &load_option_list, 2444 &load_yes_no,
2445 &save_option_list, "exit", 2445 &save_yes_no, NULL,
2446 NULL, NULL, 2446 NULL, NULL,
2447 hide_exit_options}, 2447 hide_exit_options},
2448 2448
@@ -2636,12 +2636,12 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2636 { 2636 {
2637 "GNUNET_setup_general_services_gns_checkbutton", 2637 "GNUNET_setup_general_services_gns_checkbutton",
2638 "toggled", 2638 "toggled",
2639 "arm", 2639 "gns",
2640 "DEFAULTSERVICES", 2640 "FORCESTART",
2641 gettext_noop ("Should the GNS be started automatically on startup?"), 2641 gettext_noop ("Should the GNS be started automatically on startup?"),
2642 "https://gnunet.org/configuration-gns", 2642 "https://gnunet.org/configuration-gns",
2643 &load_option_list, 2643 &load_yes_no,
2644 &save_option_list, "gns", 2644 &save_yes_no, NULL,
2645 NULL, NULL, 2645 NULL, NULL,
2646 hide_gns_tabs}, 2646 hide_gns_tabs},
2647 2647