NULL)) // TODO: once we have a windows-testcase, add test parameters here
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- _("`%s' must be installed SUID, will not run DNS interceptor\n"),
+ _("`%s' is not SUID or the path is invalid, "
+ "will not run DNS interceptor\n"),
binary);
global_ret = 1;
GNUNET_free (binary);
{
GNUNET_free (binary);
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- _("`%s' must be installed SUID, EXIT will not work\n"),
+ _("`%s' is not SUID or the path is invalid, EXIT will not work\n"),
"gnunet-helper-exit");
GNUNET_SCHEDULER_add_shutdown (&dummy_task,
NULL);
"-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0")) //ipv4 only please!
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "`%s' is not SUID, refusing to run.\n",
- "gnunet-helper-vpn");
+ "`%s' is not SUID or the path is invalid, refusing to run.\n",
+ binary);
GNUNET_free (binary);
global_ret = 1;
/* we won't "really" exit here, as the 'service' is still running;