aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-helper-dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/gnunet-helper-dns.c')
-rw-r--r--src/dns/gnunet-helper-dns.c2
1 files changed, 2 insertions, 0 deletions
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)
794 sbin_ip = "/sbin/ip"; 794 sbin_ip = "/sbin/ip";
795 else if (0 == access ("/usr/sbin/ip", X_OK)) 795 else if (0 == access ("/usr/sbin/ip", X_OK))
796 sbin_ip = "/usr/sbin/ip"; 796 sbin_ip = "/usr/sbin/ip";
797 else if (0 == access ("/bin/ip", X_OK)) /* gentoo has it there */
798 sbin_ip = "/bin/ip";
797 else 799 else
798 { 800 {
799 fprintf (stderr, 801 fprintf (stderr,