|
|
|
@ -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" |
|
|
|
|