diff --git a/monitor/collectd/collectd.conf b/monitor/collectd/collectd.conf index fc148c83a..b25716af1 100644 --- a/monitor/collectd/collectd.conf +++ b/monitor/collectd/collectd.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../collectd/collectd.conf -# Copyright (C) 2006 - 2011 The OpenSDE Project +# Copyright (C) 2006 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -45,3 +45,6 @@ pkginstalled vserver || var_append confopt ' ' "--disable-vserver" # install contrib stuff in $docdir hook_add postmake 5 "cp -av contrib $root$docdir" + +# fix a bozo until update. REMOVE AFTER UPDATE FROM 4.10.2 +hook_add premake 5 "sed -i 's/ipt_error_target/bozo_error_target/g' src/owniptc/libiptc.c"