syslog-ng: add logread wrapper

Many (LuCI) packages require logread. Otherwise, for example, System Log tab in LuCI is empty

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2019-01-27 23:38:16 +01:00
committed by Josef Schlehofer
parent 5f07bb1094
commit a00c1a3f4e
2 changed files with 78 additions and 0 deletions
+2
View File
@@ -82,6 +82,8 @@ define Package/syslog-ng/install
$(INSTALL_DIR) $(1)/etc/syslog-ng.d
$(INSTALL_DATA) ./files/syslog-ng.conf $(1)/etc
touch $(1)/etc/syslog-ng.d/.keep
$(INSTALL_BIN) ./files/logread $(1)/usr/sbin
endef
define Package/syslog-ng/postinst