This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 979c8463434c6deddd7b61f3e665983ba3b04308 (commit) from eb3c6c47ca5d8dcbb5fa1a1fbf3d0d6d7799b2e8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 979c8463434c6deddd7b61f3e665983ba3b04308 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 9 14:33:54 2015 +0200
collectd: Fix typo in "derive"
-----------------------------------------------------------------------
Summary of changes: .../collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch b/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch index ec6819c..0704a6b 100644 --- a/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch +++ b/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch @@ -61,7 +61,7 @@ index 2db3677..d446e99 100644 sstrncpy (vl.plugin_instance, pinst, sizeof (vl.plugin_instance)); - sstrncpy (vl.type, "compression", sizeof (vl.type)); -+ sstrncpy (vl.type, "compression_dervice", sizeof (vl.type)); ++ sstrncpy (vl.type, "compression_derive", sizeof (vl.type)); if (tinst != NULL) sstrncpy (vl.type_instance, tinst, sizeof (vl.type_instance));
hooks/post-receive -- IPFire 2.x development tree