From c40114c817310e7871040c26d9b05b631b01415b Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 31 Jan 2008 19:54:04 +0200 Subject: [PATCH] Improved collectd to install contrib stuff that are shiped with the sources --- monitor/collectd/collectd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/monitor/collectd/collectd.conf b/monitor/collectd/collectd.conf index e51fe9fa0..b7cfea8e7 100644 --- a/monitor/collectd/collectd.conf +++ b/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"