From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EB14138334 for ; Tue, 30 Jul 2019 01:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B482E07AE; Tue, 30 Jul 2019 01:23:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F695E07AE for ; Tue, 30 Jul 2019 01:23:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F728348F59 for ; Tue, 30 Jul 2019 01:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E60A55F1 for ; Tue, 30 Jul 2019 01:23:25 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1564449744.10f674c0ce76478e454a68cbc63cb043ad360169.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/, net-dns/dnscrypt-proxy/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25-r1.ebuild net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25-r2.ebuild net-dns/dnscrypt-proxy/files/dnscrypt-proxy.logrotate X-VCS-Directories: net-dns/dnscrypt-proxy/files/ net-dns/dnscrypt-proxy/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 10f674c0ce76478e454a68cbc63cb043ad360169 X-VCS-Branch: master Date: Tue, 30 Jul 2019 01:23:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24471553-82e7-4ae4-835c-ec0801aa8fc2 X-Archives-Hash: d0a9ecec1da796977aec5e6d72954b86 commit: 10f674c0ce76478e454a68cbc63cb043ad360169 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jul 30 01:21:45 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jul 30 01:22:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f674c0 net-dns/dnscrypt-proxy: fix logrotate file Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev gentoo.org> ...rypt-proxy-2.0.25-r1.ebuild => dnscrypt-proxy-2.0.25-r2.ebuild} | 0 net-dns/dnscrypt-proxy/files/dnscrypt-proxy.logrotate | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25-r1.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25-r2.ebuild similarity index 100% rename from net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25-r1.ebuild rename to net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25-r2.ebuild diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.logrotate b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.logrotate index dcc603284a8..ff58fbeab1e 100644 --- a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.logrotate +++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.logrotate @@ -1,5 +1,6 @@ /var/log/dnscrypt-proxy/*.log { - copytruncate - missingok - notifempty + su dnscrypt-proxy dnscrypt-proxy + copytruncate + missingok + notifempty }