X-Original-To: alpine-aports@lists.alpinelinux.org Received: from bactrian.maple.relay.mailchannels.net (bactrian.maple.relay.mailchannels.net [23.83.214.9]) by lists.alpinelinux.org (Postfix) with ESMTP id 478825C41B0 for ; Sun, 7 Aug 2016 04:29:43 +0000 (GMT) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 0A623124458 for ; Sun, 7 Aug 2016 04:29:42 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-220-3-24.us-west-2.compute.internal [10.220.3.24]) by relay.mailchannels.net (Postfix) with ESMTPA id 15499124183 for ; Sun, 7 Aug 2016 04:29:40 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com ([TEMPUNAVAIL]. [10.135.9.54]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.4); Sun, 07 Aug 2016 04:29:41 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1470544181367:185728344 X-MC-Ingress-Time: 1470544181366 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Message-Id:Date:Subject:To:From:Sender: Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=QVYJ4wcFVce3AnFgjka2MIfiLY3jkIAsu2aX+amXC+M=; b=b4yS2HLmuRY1hrioSVpstnyG4M Qc/wm1m1CZlboUD9HsyGEAKCnPS5KqUQX3NPI7L7eOpRbTc3Xu4txg73fVXogWrTKp7FBvKHMSiWk CDxf5BfAPb8e3GYTuwtsn3otDYHkMRsL1IqvVV6R4qkokV4LoPgucX8YUKe8msKz29NYr6HDC3ZzO hZlaojBmbrspskt96PUjlc86nObwg0dOZTTkq1LIBsNlMjZI3MINX7kJ3QUXmuva8fqmFuOAS8WOT zZBQveXEHoJQY4p8LQIH53xyiuiYfwaEWECE4+93QjSj4u8VJ/BBbpgekKpotYU0VCIOARFh52SyF vsU0Kvlw==; From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/php7: fix logrotate permissions Date: Sun, 7 Aug 2016 04:29:27 +0000 Message-Id: <20160807042927.244-1-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.9.1 X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/php7/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/php7/APKBUILD b/testing/php7/APKBUILD index f82797b..c997f22 100644 --- a/testing/php7/APKBUILD +++ b/testing/php7/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7 _pkgreal=php pkgver=7.0.9 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine - 7th branch" url="http://www.php.net/" arch="all" @@ -279,7 +279,7 @@ fpm() { done install -D -m755 "$srcdir"/$pkgname-fpm.initd "$subpkgdir"/etc/init.d/php-fpm7 || return 1 - install -D -m755 "$srcdir"/$pkgname-fpm.logrotate "$subpkgdir"/etc/logrotate.d/php-fpm7 + install -D -m644 "$srcdir"/$pkgname-fpm.logrotate "$subpkgdir"/etc/logrotate.d/php-fpm7 } pear() { -- 2.9.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---