9b19883d97
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
16 lines
276 B
Makefile
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))
|
|
|