X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdns.c;h=0494b4baeb20494f3a00fdb629eb2d738b637077;hb=e67a651b07f09fbd4850b9fa5b842f1b87d1992e;hp=be6d0dcb4223684e31c62e51a903ae0f853e83ef;hpb=e5e5d99350fa54e22f07b90fbc3102df51565ad9;p=collectd.git diff --git a/src/dns.c b/src/dns.c index be6d0dcb..0494b4ba 100644 --- a/src/dns.c +++ b/src/dns.c @@ -28,7 +28,6 @@ #include "common.h" #include "plugin.h" -#include "configfile.h" #include "utils_dns.h" #include @@ -351,13 +350,13 @@ static int dns_init (void) listen_thread_init = 1; -#ifdef HAVE_SYS_CAPABILITY_H +#if defined(HAVE_SYS_CAPABILITY_H) && defined(CAP_NET_RAW) if (check_capability (CAP_NET_RAW) != 0) { if (getuid () == 0) WARNING ("dns plugin: Running collectd as root, but the CAP_NET_RAW " "capability is missing. The plugin's read function will probably " - "fail. Is your init system dropping capabilities ?"); + "fail. Is your init system dropping capabilities?"); else WARNING ("dns plugin: collectd doesn't have the CAP_NET_RAW capability. " "If you don't want to run collectd as root, try running \"setcap "