gluon/package/gluon-logging/Makefile
Martin Weinelt 9b19883d97 add gluon-logging package
Allows reconfigurtion of remote syslog from within site.conf.

Conflicts with the gluon-web-logging package as user made changes
will be overwritten, because this package will reconfigure the syslog
destination on every upgrade.

Resolves #1845
2020-04-30 01:54:35 +02:00

16 lines
276 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-logging
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-logging
TITLE:=Configure remote syslog from site.conf
DEPENDS:=+gluon-core
CONFLICTS:=gluon-web-logging
endef
$(eval $(call BuildPackageGluon,gluon-logging))