OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../collectd/collectd.conf
  5. # Copyright (C) 2006 - 2010 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. if [ $prefix_auto = 1 ]; then
  15. prefix="opt/collectd"
  16. set_confopt
  17. fi
  18. var_append GCC_WRAPPER_REMOVE ' ' '-Werror'
  19. # apache plugin
  20. pkginstalled apache || var_append confopt ' ' "--disable-apache"
  21. #lm_sensors plugin
  22. pkginstalled lm_sensors || var_append confopt ' ' "--disable-sensors"
  23. # mysql plugin
  24. pkginstalled mysql || var_append confopt ' ' "--disable-mysql"
  25. # postgresql plugin
  26. pkginstalled postgresql || var_append confopt ' ' "--disable-postgresql"
  27. # ntpd plugin
  28. pkginstalled ntpd || var_append confopt ' ' "--disable-ntpd"
  29. # vserver plugin
  30. pkginstalled vserver || var_append confopt ' ' "--disable-vserver"
  31. # install contrib stuff in $docdir
  32. hook_add postmake 5 "cp -av contrib $root$docdir"