From 789fcb27083c90e79d28b5ead5aef13fef6137dd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 7 Apr 2014 17:39:43 +0000 Subject: -reverting broken fix for #3344 --- src/setup/gnunet-setup.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/setup/gnunet-setup.c') 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, namestore = GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, - NULL, "gnunet-service-namestore", "gnunet-service-namestore", NULL); } @@ -445,7 +444,6 @@ start_resolver (void *cls, resolver = GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, NULL,NULL, NULL, - NULL, binary, "gnunet-service-resolver", NULL); GNUNET_free (binary); @@ -470,7 +468,6 @@ start_identity (void *cls, identity = GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, - NULL, binary, "gnunet-service-identity", NULL); GNUNET_free (binary); @@ -495,7 +492,6 @@ start_namestore (void *cls, namestore = GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, - NULL, binary, "gnunet-service-namestore", NULL); GNUNET_free (binary); @@ -518,7 +514,6 @@ try_gksu (const char *username) proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, - NULL, "gksu", "-u", username, "-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, proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, - NULL, "gnunet-peerinfo-gtk", "-c", option_cfg_name, NULL); -- cgit v1.2.3