Browse Source

Merge pull request #17391 from clayface/logrotate

logrotate: add logrotate.d to conffiles definition
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
committed by GitHub
parent
commit
b574955ca5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/logrotate/Makefile

+ 2
- 1
utils/logrotate/Makefile View File

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