mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 06:11:25 +08:00
logrotate: add logrotate.d to conffiles definition
Currently the contents of logrotate.d is not kept across sysupgrades. Add this directory to the conffiles definition to ensure its content is maintained. Bump the release as well. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
This commit is contained in:
parent
3c52579214
commit
521d35304e
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=logrotate
|
||||
PKG_VERSION:=3.17.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/logrotate/logrotate/releases/download/$(PKG_VERSION)
|
||||
@ -49,6 +49,7 @@ endef
|
||||
|
||||
define Package/logrotate/conffiles
|
||||
/etc/logrotate.conf
|
||||
/etc/logrotate.d
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
Loading…
Reference in New Issue
Block a user