Browse Source

collectd: fixed to use 'opt/collectd' prefix only if '$prefix_auto = 1' so targets are able to alter the prefix on their own

user/chris/test/early-mdev
Christian Wiese 14 years ago committed by Christian Wiese
parent
commit
ffca754bc4
  1. 6
      monitor/collectd/collectd.conf

6
monitor/collectd/collectd.conf

@ -12,8 +12,10 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
prefix="opt/collectd"
set_confopt
if [ $prefix_auto = 1 ]; then
prefix="opt/collectd"
set_confopt
fi
var_append GCC_WRAPPER_REMOVE ' ' '-Werror'

Loading…
Cancel
Save