Created attachment 766169 [details] ebuild patch sys-cluster/glusterfs does not install systemd service files. I have use this patch to make glusterfs supporting systemd, tested on 8.6 and 9.4.
(In reply to Yachen Wang from comment #0) > Created attachment 766169 [details] > ebuild patch > > sys-cluster/glusterfs does not install systemd service files. > I have use this patch to make glusterfs supporting systemd, tested on 8.6 > and 9.4. Would you mind posting that as a unified diff please? -u to diff. Appreciate the contribution.
Created attachment 766200 [details] ebuild unified diff
(In reply to Jaco Kroon from comment #1) > (In reply to Yachen Wang from comment #0) > > Created attachment 766169 [details] > > ebuild patch > > > > sys-cluster/glusterfs does not install systemd service files. > > I have use this patch to make glusterfs supporting systemd, tested on 8.6 > > and 9.4. > > Would you mind posting that as a unified diff please? > > -u to diff. > > Appreciate the contribution. Done
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a6555584c15ee0c3e2c852c6a84cd3738f65dd commit 20a6555584c15ee0c3e2c852c6a84cd3738f65dd Author: Jaco Kroon <jaco@uls.co.za> AuthorDate: 2022-03-04 09:02:16 +0000 Commit: Matthew Smith <matthew@gentoo.org> CommitDate: 2022-03-04 09:32:36 +0000 sys-cluster/glusterfs: systemd support. Closes: https://bugs.gentoo.org/834502 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/24401 Signed-off-by: Matthew Smith <matthew@gentoo.org> .../glusterfs/{glusterfs-10.1.ebuild => glusterfs-10.1-r1.ebuild} | 4 +++- .../glusterfs/{glusterfs-8.6.ebuild => glusterfs-8.6-r1.ebuild} | 4 +++- .../glusterfs/{glusterfs-9.4.ebuild => glusterfs-9.4-r1.ebuild} | 4 +++- .../glusterfs/{glusterfs-9.5.ebuild => glusterfs-9.5-r1.ebuild} | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-)
As per policy these files are installed unconditionally, if anyone really don't want them, they can use INSTALL_MASK to filter them out.