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);
}
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);
/* 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;
}