syslog-ng: Add /etc/syslog-ng.d/.keep
This should ensure that updater/opkg won't remove /etc/syslog-ng.d directory, which would cause syslog-ng to fail to start. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
This commit is contained in:
parent
41f3511093
commit
2740cb8f57
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ define Package/syslog-ng/install
|
|||
$(INSTALL_DATA) ./files/syslog-ng.conf $(1)/etc
|
||||
$(INSTALL_DIR) $(1)/etc/syslog-ng.d/
|
||||
$(call libtool_remove_files,$(1))
|
||||
touch $(1)/etc/syslog-ng.d/.keep
|
||||
endef
|
||||
|
||||
define Package/syslog-ng/prerm
|
||||
|
|
Loading…
Reference in a new issue