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 B83571395E2 for ; Sun, 20 Nov 2016 08:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133FBE0BEA; Sun, 20 Nov 2016 08:43:23 +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 F01F6E0BEA for ; Sun, 20 Nov 2016 08:43:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2B00333FE7D for ; Sun, 20 Nov 2016 08:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A86492 for ; Sun, 20 Nov 2016 08:43:20 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1479631391.d4752139a1c022ba09dbd4faeaa42a9dbe14ae2f.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/postsrsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/postsrsd/postsrsd-1.4-r1.ebuild X-VCS-Directories: mail-filter/postsrsd/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: d4752139a1c022ba09dbd4faeaa42a9dbe14ae2f X-VCS-Branch: master Date: Sun, 20 Nov 2016 08:43:20 +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: 87c2cf39-1470-45dd-b161-86f8efa43d2d X-Archives-Hash: 21327a85d2dabf7d1955194f7acc12fe commit: d4752139a1c022ba09dbd4faeaa42a9dbe14ae2f Author: Dirkjan Ochtman gentoo org> AuthorDate: Sun Nov 20 08:43:11 2016 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Sun Nov 20 08:43:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4752139 mail-filters/postsrsd: fix incorrect path to new init file Package-Manager: portage-2.3.0 mail-filter/postsrsd/postsrsd-1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/postsrsd/postsrsd-1.4-r1.ebuild b/mail-filter/postsrsd/postsrsd-1.4-r1.ebuild index 763685e..b39b9d2 100644 --- a/mail-filter/postsrsd/postsrsd-1.4-r1.ebuild +++ b/mail-filter/postsrsd/postsrsd-1.4-r1.ebuild @@ -20,6 +20,6 @@ RDEPEND="" src_install() { cmake-utils_src_install - newinitd "${FILESDIR}/postsrsd-r1.init" postsrsd + newinitd "${FILESDIR}/postsrsd.init-r1" postsrsd newconfd "${BUILD_DIR}/postsrsd.default" postsrsd }