gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: find /bin/ip


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: find /bin/ip
Date: Thu, 02 Feb 2017 17:23:59 +0100

This is an automated email from the git hooks/post-receive script.

lynx pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9c25b4dcb find /bin/ip
9c25b4dcb is described below

commit 9c25b4dcb6f63c2febb37a9e8f736bf100928043
Author: psyc://loupsycedyglgamf.onion/~lynX 
<BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>
AuthorDate: Thu Feb 2 09:21:55 2017 +0000

    find /bin/ip
---
 src/dns/gnunet-helper-dns.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c
index 1c5744002..d083a9df2 100644
--- a/src/dns/gnunet-helper-dns.c
+++ b/src/dns/gnunet-helper-dns.c
@@ -794,6 +794,8 @@ main (int argc, char *const*argv)
       sbin_ip = "/sbin/ip";
     else if (0 == access ("/usr/sbin/ip", X_OK))
       sbin_ip = "/usr/sbin/ip";
+    else if (0 == access ("/bin/ip", X_OK)) /* gentoo has it there */
+      sbin_ip = "/bin/ip";
     else
     {
       fprintf (stderr,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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