From: Oliver Middleton Date: Sat, 24 Oct 2015 00:13:35 +0000 (+0100) Subject: collectd: add $(INSTALL_DIR) $(1)/etc/collectd/conf.d X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1df252e4c84502f3f0a8aefc422369c264bfedac;p=openwrt-packages.git collectd: add $(INSTALL_DIR) $(1)/etc/collectd/conf.d /etc/collectd/conf.d is referenced in the default config so should be installed to prevent the following in syslog every boot: Fri Oct 9 02:09:38 2015 user.emerg : configfile: stat (/etc/collectd/conf.d) failed: No such file or directory Signed-off-by: Oliver Middleton --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 2bfc749fc..280c868b9 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -255,6 +255,7 @@ define Package/collectd/install $(INSTALL_CONF) ./files/collectd.conf $(1)/etc/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/collectd.init $(1)/etc/init.d/collectd + $(INSTALL_DIR) $(1)/etc/collectd/conf.d endef # 1: plugin name