gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8114 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r8114 - GNUnet/src/applications/testing
Date: Thu, 15 Jan 2009 16:12:00 -0700 (MST)

Author: nevans
Date: 2009-01-15 16:12:00 -0700 (Thu, 15 Jan 2009)
New Revision: 8114

Modified:
   GNUnet/src/applications/testing/remote.c
Log:


Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-01-15 22:55:46 UTC (rev 
8113)
+++ GNUnet/src/applications/testing/remote.c    2009-01-15 23:12:00 UTC (rev 
8114)
@@ -69,7 +69,18 @@
   system (cmd);
 
   GNUNET_free (cmd);
+  
+  length =
+    snprintf (NULL, 0, "ssh address@hidden %sgnunet-update -c %s%s", username, 
hostname,
+              gnunetd_home, remote_config_path, configFileName);
+  cmd = GNUNET_malloc (length + 1);
+  snprintf (cmd, length + 1, "ssh address@hidden %sgnunetd -c %s%s", username,
+            hostname, gnunetd_home, remote_config_path, configFileName);
 
+  fprintf (stderr, _("ssh command is : %s \n"), cmd);
+  
+       GNUNET_free (cmd);
+
   length =
     snprintf (NULL, 0, "ssh address@hidden %sgnunetd -c %s%s", username, 
hostname,
               gnunetd_home, remote_config_path, configFileName);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]