Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: Rolf Eike Beer <eike@×××××××.de>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 2/3] qmail.eclass: hardcode root group
Date: Thu, 12 Aug 2021 11:13:36
Message-Id: uzgtmncfg@gentoo.org
In Reply to: [gentoo-dev] [PATCH 2/3] qmail.eclass: hardcode root group by Rolf Eike Beer
1 >>>>> On Thu, 12 Aug 2021, Rolf Eike Beer wrote:
2
3 > dospp() {
4 > insinto "${QMAIL_HOME}"/plugins/
5 > - insopts -o root -g "${GROUP_ROOT}" -m 0755
6 > + insopts -o root -g root -m 0755
7
8 install defaults to root anyway, so why are explicit -o and -g needed
9 here? (Same applies below, of course.)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [PATCH 2/3] qmail.eclass: hardcode root group Rolf Eike Beer <eike@×××××××.de>