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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBEE2158030 for ; Tue, 28 Feb 2023 15:06:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19356E01E4; Tue, 28 Feb 2023 15:06:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F12F1E01E4 for ; Tue, 28 Feb 2023 15:06:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4B3233BE4D for ; Tue, 28 Feb 2023 15:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A50B865 for ; Tue, 28 Feb 2023 15:06:02 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1677596752.75ad9ddbf2941707168df619a58bcc10a04a913a.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connman/connman-1.42_pre20230116-r1.ebuild net-misc/connman/connman-1.42_pre20230116.ebuild X-VCS-Directories: net-misc/connman/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 75ad9ddbf2941707168df619a58bcc10a04a913a X-VCS-Branch: master Date: Tue, 28 Feb 2023 15:06:02 +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: b4e4817a-a633-48a2-ad3d-3ef7e7e0bc3e X-Archives-Hash: 4921fa4712e435f44be2d25f3328be94 commit: 75ad9ddbf2941707168df619a58bcc10a04a913a Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 28 15:05:14 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 28 15:05:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ad9ddb net-misc/connman: actually install modified conf.d file for USE=iwd Bug: https://bugs.gentoo.org/897742 Signed-off-by: Ben Kohler gentoo.org> ...nnman-1.42_pre20230116.ebuild => connman-1.42_pre20230116-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/connman/connman-1.42_pre20230116.ebuild b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild similarity index 98% rename from net-misc/connman/connman-1.42_pre20230116.ebuild rename to net-misc/connman/connman-1.42_pre20230116-r1.ebuild index 140c2c70f514..2f464d316e0d 100644 --- a/net-misc/connman/connman-1.42_pre20230116.ebuild +++ b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild @@ -125,7 +125,7 @@ src_install() { keepdir /usr/lib/${PN}/scripts keepdir /var/lib/${PN} newinitd "${T}"/${PN}.initd2 ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} + newconfd "${T}"/${PN}.confd ${PN} } pkg_postinst() {