Browse Source

Improved collectd to install contrib stuff that are shiped with the sources

early
Christian Wiese 17 years ago
parent
commit
c40114c817
  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 - 2007 The OpenSDE Project
# Copyright (C) 2006 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -32,3 +32,6 @@ pkginstalled ntpd || var_append confopt ' ' "--disable-ntpd"
# vserver plugin
pkginstalled vserver || var_append confopt ' ' "--disable-vserver"
# install contrib stuff in $docdir
hook_add postmake 5 "cp -av contrib $root$docdir"

Loading…
Cancel
Save