[arch-commits] Commit in privoxy/trunk (PKGBUILD privoxy.logrotate.d)
Lukas Fleischer
lfleischer at archlinux.org
Sun Apr 17 06:47:04 UTC 2016
Date: Sunday, April 17, 2016 @ 08:47:04
Author: lfleischer
Revision: 171237
upgpkg: privoxy 3.0.24-3
Add "missingok" to logrotate config (fixes FS#45370).
Modified:
privoxy/trunk/PKGBUILD
privoxy/trunk/privoxy.logrotate.d
---------------------+
PKGBUILD | 4 ++--
privoxy.logrotate.d | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-17 06:46:13 UTC (rev 171236)
+++ PKGBUILD 2016-04-17 06:47:04 UTC (rev 171237)
@@ -4,7 +4,7 @@
pkgname=privoxy
pkgver=3.0.24
-pkgrel=2
+pkgrel=3
pkgdesc='A web proxy with advanced filtering capabilities.'
arch=('i686' 'x86_64')
url='http://www.privoxy.org'
@@ -19,7 +19,7 @@
'privoxy.logrotate.d'
'privoxy.service')
md5sums=('44a47d1a5000db8cccd61ace0e25e7f7'
- 'fc3046377137003726a151ee27b142a2'
+ 'e8196e745c765b398b3bfac68f370279'
'37965b9a52ab1f2cb9f36cee617f5cf9')
build() {
Modified: privoxy.logrotate.d
===================================================================
--- privoxy.logrotate.d 2016-04-17 06:46:13 UTC (rev 171236)
+++ privoxy.logrotate.d 2016-04-17 06:47:04 UTC (rev 171237)
@@ -1,4 +1,5 @@
/var/log/privoxy/logfile {
+ missingok
create 660 root privoxy
notifempty
compress
More information about the arch-commits
mailing list