mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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 <olliemail27@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user