aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-07 17:39:43 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-07 17:39:43 +0000
commit789fcb27083c90e79d28b5ead5aef13fef6137dd (patch)
treee55f224f9ee70baa7041c99a57ac5dc33e7c7954 /src/setup/gnunet-setup.c
parent6a5272d07ce93e7cfbc1b4297e191e10b12acfed (diff)
downloadgnunet-gtk-789fcb27083c90e79d28b5ead5aef13fef6137dd.tar.gz
gnunet-gtk-789fcb27083c90e79d28b5ead5aef13fef6137dd.zip
-reverting broken fix for #3344
Diffstat (limited to 'src/setup/gnunet-setup.c')
-rw-r--r--src/setup/gnunet-setup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index 34de736d..ecdb2c80 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -411,7 +411,6 @@ GNUNET_SETUP_restart_namestore (void *cls,
411 namestore = 411 namestore =
412 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, 412 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL,
413 NULL, NULL, NULL, 413 NULL, NULL, NULL,
414 NULL,
415 "gnunet-service-namestore", 414 "gnunet-service-namestore",
416 "gnunet-service-namestore", NULL); 415 "gnunet-service-namestore", NULL);
417} 416}
@@ -445,7 +444,6 @@ start_resolver (void *cls,
445 resolver = 444 resolver =
446 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, 445 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL,
447 NULL,NULL, NULL, 446 NULL,NULL, NULL,
448 NULL,
449 binary, 447 binary,
450 "gnunet-service-resolver", NULL); 448 "gnunet-service-resolver", NULL);
451 GNUNET_free (binary); 449 GNUNET_free (binary);
@@ -470,7 +468,6 @@ start_identity (void *cls,
470 identity = 468 identity =
471 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, 469 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL,
472 NULL, NULL, NULL, 470 NULL, NULL, NULL,
473 NULL,
474 binary, 471 binary,
475 "gnunet-service-identity", NULL); 472 "gnunet-service-identity", NULL);
476 GNUNET_free (binary); 473 GNUNET_free (binary);
@@ -495,7 +492,6 @@ start_namestore (void *cls,
495 namestore = 492 namestore =
496 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, 493 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL,
497 NULL, NULL, NULL, 494 NULL, NULL, NULL,
498 NULL,
499 binary, 495 binary,
500 "gnunet-service-namestore", NULL); 496 "gnunet-service-namestore", NULL);
501 GNUNET_free (binary); 497 GNUNET_free (binary);
@@ -518,7 +514,6 @@ try_gksu (const char *username)
518 proc = GNUNET_OS_start_process (GNUNET_NO, 514 proc = GNUNET_OS_start_process (GNUNET_NO,
519 GNUNET_OS_INHERIT_STD_ALL, 515 GNUNET_OS_INHERIT_STD_ALL,
520 NULL, NULL, NULL, 516 NULL, NULL, NULL,
521 NULL,
522 "gksu", 517 "gksu",
523 "-u", username, 518 "-u", username,
524 "-m", _("Enter YOUR password to run gnunet-setup as user 'gnunet' (assuming 'sudo' allows it)"), 519 "-m", _("Enter YOUR password to run gnunet-setup as user 'gnunet' (assuming 'sudo' allows it)"),
@@ -546,7 +541,6 @@ GNUNET_setup_launch_edit_friends_button_clicked_cb (GtkButton *button,
546 proc = GNUNET_OS_start_process (GNUNET_NO, 541 proc = GNUNET_OS_start_process (GNUNET_NO,
547 GNUNET_OS_INHERIT_STD_ALL, 542 GNUNET_OS_INHERIT_STD_ALL,
548 NULL, NULL, NULL, 543 NULL, NULL, NULL,
549 NULL,
550 "gnunet-peerinfo-gtk", 544 "gnunet-peerinfo-gtk",
551 "-c", option_cfg_name, 545 "-c", option_cfg_name,
552 NULL); 546 NULL);