Am Donnerstag, 12. August 2021, 13:13:23 CEST schrieb Ulrich Mueller:
> > On Thu, 12 Aug 2021, Rolf Eike Beer wrote:
> > dospp() {
> >
> > insinto "${QMAIL_HOME}"/plugins/
> >
> > - insopts -o root -g "${GROUP_ROOT}" -m 0755
> > + insopts -o root -g root -m 0755
>
> install default
> On Thu, 12 Aug 2021, Rolf Eike Beer wrote:
> dospp() {
> insinto "${QMAIL_HOME}"/plugins/
> - insopts -o root -g "${GROUP_ROOT}" -m 0755
> + insopts -o root -g root -m 0755
install defaults to root anyway, so why are explicit -o and -g needed
here? (Same applies below, of cou
This also fixes qmail_supervise_install_one when called from outside of
qmail_src_install.
Signed-off-by: Rolf Eike Beer
---
eclass/qmail.eclass | 27 +--
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass
index 6b04c