gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12212 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r12212 - gnunet/src/util
Date: Mon, 12 Jul 2010 13:46:03 +0200

Author: grothoff
Date: 2010-07-12 13:46:03 +0200 (Mon, 12 Jul 2010)
New Revision: 12212

Modified:
   gnunet/src/util/os_installation.c
Log:
fix

Modified: gnunet/src/util/os_installation.c
===================================================================
--- gnunet/src/util/os_installation.c   2010-07-12 11:14:03 UTC (rev 12211)
+++ gnunet/src/util/os_installation.c   2010-07-12 11:46:03 UTC (rev 12212)
@@ -221,7 +221,7 @@
   while (NULL != (end = strchr (pos, ':')))
     {
       *end = '\0';
-      sprintf (buf, "%s/%s", pos, "gnunetd");
+      sprintf (buf, "%s/%s", pos, "gnunet-arm");
       if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
         {
           pos = GNUNET_strdup (pos);
@@ -231,7 +231,7 @@
         }
       pos = end + 1;
     }
-  sprintf (buf, "%s/%s", pos, "gnunetd");
+  sprintf (buf, "%s/%s", pos, "gnunet-arm");
   if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
     {
       pos = GNUNET_strdup (pos);
@@ -296,7 +296,8 @@
   /* other attempts here */
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
               _
-              ("Could not determine installation path for GNUnet.  Set `%s' 
environment variable.\n"),
+              ("Could not determine installation path for %s.  Set `%s' 
environment variable.\n"),
+             "GNUnet",
               "GNUNET_PREFIX");
   return NULL;
 }




reply via email to

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