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 9E52D139337 for ; Fri, 30 Jul 2021 22:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E79E4E0907; Fri, 30 Jul 2021 22:55:21 +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 C3170E0907 for ; Fri, 30 Jul 2021 22:55:21 +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 B371434388D for ; Fri, 30 Jul 2021 22:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 939C384F for ; Fri, 30 Jul 2021 22:55:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1627685708.931a3517701f8d458d207c2b74f723faaf6498b8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 931a3517701f8d458d207c2b74f723faaf6498b8 X-VCS-Branch: master Date: Fri, 30 Jul 2021 22:55:17 +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: 2c4c69fc-24a2-47fb-b648-10fb284ecca6 X-Archives-Hash: 37c6e48111636098ed5b515c2364e59d commit: 931a3517701f8d458d207c2b74f723faaf6498b8 Author: David Seifert gentoo org> AuthorDate: Fri Jul 30 22:55:08 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jul 30 22:55:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931a3517 sys-cluster/glusterfs: consistent tmpfiles_process arguments Signed-off-by: David Seifert gentoo.org> sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild b/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild index 153b9cf51ac..0ce6675dcb7 100644 --- a/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.2-r1.ebuild @@ -185,7 +185,7 @@ pkg_postinst() { elog "If you are upgrading from a previous version of ${PN}, please read:" elog " http://docs.gluster.org/en/latest/Upgrade-Guide/upgrade_to_$(ver_cut '1-2')/" - tmpfiles_process /usr/lib/tmpfiles.d/gluster.conf + tmpfiles_process gluster.conf use emacs && elisp-site-regen }