From 1df252e4c84502f3f0a8aefc422369c264bfedac Mon Sep 17 00:00:00 2001 From: Oliver Middleton Date: Sat, 24 Oct 2015 01:13:35 +0100 Subject: [PATCH] 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 --- utils/collectd/Makefile | 1 + 1 file changed, 1 insertion(+) 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