Browse Source

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>
lilik-openwrt-22.03
Karel Kočí 8 years ago
committed by Josef Schlehofer
parent
commit
2740cb8f57
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      admin/syslog-ng/Makefile

+ 1
- 0
admin/syslog-ng/Makefile View File

@ -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…
Cancel
Save