fix typographical mistake in warning message
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 10 Aug 2016 16:12:10 +0000 (18:12 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 10 Aug 2016 16:12:10 +0000 (18:12 +0200)
src/ceph.c
src/dns.c
src/exec.c
src/iptables.c
src/ping.c

index 8cda764..5248a1a 100644 (file)
@@ -1584,7 +1584,7 @@ static int ceph_init(void)
       WARNING ("ceph plugin: Running collectd as root, but the "
           "CAP_DAC_OVERRIDE capability is missing. The plugin's read "
           "function will probably fail. Is your init system dropping "
-          "capabilities ?");
+          "capabilities?");
     else
       WARNING ("ceph plugin: collectd doesn't have the CAP_DAC_OVERRIDE "
           "capability. If you don't want to run collectd as root, try running "
index 5312839..a2a4667 100644 (file)
--- a/src/dns.c
+++ b/src/dns.c
@@ -357,7 +357,7 @@ static int dns_init (void)
                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 "
index 1a14293..dfd4b05 100644 (file)
@@ -817,7 +817,7 @@ static int exec_init (void) /* {{{ */
     if (getuid () == 0)
       WARNING ("exec plugin: Running collectd as root, but the CAP_SETUID "
           "or CAP_SETGID capabilities are missing. The plugin's read function "
-          "will probably fail. Is your init system dropping capabilities ?");
+          "will probably fail. Is your init system dropping capabilities?");
     else
       WARNING ("exec plugin: collectd doesn't have the CAP_SETUID or "
           "CAP_SETGID capabilities. If you don't want to run collectd as root, "
index c0854b3..35c93f4 100644 (file)
@@ -512,7 +512,7 @@ static int iptables_init (void)
             WARNING ("iptables plugin: Running collectd as root, but the "
                   "CAP_NET_ADMIN capability is missing. The plugin's read "
                   "function will probably fail. Is your init system dropping "
-                  "capabilities ?");
+                  "capabilities?");
         else
             WARNING ("iptables plugin: collectd doesn't have the CAP_NET_ADMIN "
                   "capability. If you don't want to run collectd as root, try "
index 7b28ed3..52db2c7 100644 (file)
@@ -458,7 +458,7 @@ static int ping_init (void) /* {{{ */
     if (getuid () == 0)
       WARNING ("ping 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 ("ping plugin: collectd doesn't have the CAP_NET_RAW capability. "
           "If you don't want to run collectd as root, try running \"setcap "