Browse Source

collectd: Fix a variable declaration untill package update

user/amery/next/luajit
Nagy Karoly Gabriel 13 years ago
parent
commit
98c4c0ba81
  1. 5
      monitor/collectd/collectd.conf

5
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"

Loading…
Cancel
Save