~alpine/aports

main/logrotate: add tabooext for .apk-new files v1 PROPOSED

Stuart Cardall: 1
 main/logrotate: add tabooext for .apk-new files

 1 files changed, 3 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2480/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/logrotate: add tabooext for .apk-new files Export this patch

this stops /etc/logrotate.d/*.apk-new files from being run.
---
 main/logrotate/logrotate.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/main/logrotate/logrotate.conf b/main/logrotate/logrotate.conf
index bcfc174..ba75a0c 100644
--- a/main/logrotate/logrotate.conf
+++ b/main/logrotate/logrotate.conf
@@ -11,6 +11,9 @@ create
# use date as a suffix of the rotated file
dateext

# exclude alpine files
tabooext + .apk-new

# uncomment this if you want your log files compressed
compress

-- 
2.7.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---