From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 013F259CB0 for ; Sun, 10 Apr 2016 00:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CDB021C0BA; Sun, 10 Apr 2016 00:43:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6E7021C0BA for ; Sun, 10 Apr 2016 00:43:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90511340B19 for ; Sun, 10 Apr 2016 00:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 374BF7E for ; Sun, 10 Apr 2016 00:43:30 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1460248758.1485d02fee0d8d7c5c22f3bedab637af75a9434e.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx/files/nginx.logrotate-r1 X-VCS-Directories: www-servers/nginx/files/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1485d02fee0d8d7c5c22f3bedab637af75a9434e X-VCS-Branch: master Date: Sun, 10 Apr 2016 00:43:30 +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-Archives-Salt: 63dc7cbf-4d93-4565-8990-194bfcbf2c55 X-Archives-Hash: cfb2083268bd2eca4d4feb4123a7d4a4 commit: 1485d02fee0d8d7c5c22f3bedab637af75a9434e Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 10 00:39:18 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 10 00:39:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1485d02f Revert "www-servers/nginx: use the nginx utility command for log reopening" Gentoo Bug: #576558 This reverts commit 3e8c33b631035683ce988e0988a06661524164f5. www-servers/nginx/files/nginx.logrotate-r1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/nginx/files/nginx.logrotate-r1 b/www-servers/nginx/files/nginx.logrotate-r1 index 23665e5..a78ed7a 100644 --- a/www-servers/nginx/files/nginx.logrotate-r1 +++ b/www-servers/nginx/files/nginx.logrotate-r1 @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,6 @@ delaycompress sharedscripts postrotate - nginx -s reopen + test -r /run/nginx.pid && kill -USR1 `cat /run/nginx.pid` endscript }