Browse Source

collectd: changed to use default prefix instead of /opt/collectd (IssueID #84)

stable/0.2
Christian Wiese 14 years ago
parent
commit
2e878f8aef
  1. 6
      monitor/collectd/collectd.conf

6
monitor/collectd/collectd.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../collectd/collectd.conf # Filename: package/.../collectd/collectd.conf
# Copyright (C) 2006 - 2010 The OpenSDE Project # Copyright (C) 2006 - 2011 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -13,8 +13,8 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ]; then if [ $prefix_auto = 1 ]; then
prefix="opt/collectd" # use aa dedicated sysconfdir instead of installing into /etc
set_confopt sysconfdir="$sysconfdir/collectd"
fi fi
var_append GCC_WRAPPER_REMOVE ' ' '-Werror' var_append GCC_WRAPPER_REMOVE ' ' '-Werror'

Loading…
Cancel
Save