On Tue, 2019-08-06 at 16:29 +0200, Lars Wendler wrote: > On Tue, 06 Aug 2019 16:22:18 +0200 Michał Górny wrote: > > > On Tue, 2019-08-06 at 16:19 +0200, Lars Wendler wrote: > > > Package-Manager: Portage-2.3.71, Repoman-2.3.17 > > > Signed-off-by: Lars Wendler <[email protected]> > > > --- > > > acct-user/uptimed/metadata.xml | 8 ++++++++ > > > acct-user/uptimed/uptimed-0.ebuild | 12 ++++++++++++ > > > 2 files changed, 20 insertions(+) > > > create mode 100644 acct-user/uptimed/metadata.xml > > > create mode 100644 acct-user/uptimed/uptimed-0.ebuild > > > > > > diff --git a/acct-user/uptimed/metadata.xml > > > b/acct-user/uptimed/metadata.xml new file mode 100644 > > > index 00000000000..c7be278b645 > > > --- /dev/null > > > +++ b/acct-user/uptimed/metadata.xml > > > @@ -0,0 +1,8 @@ > > > +<?xml version="1.0" encoding="UTF-8"?> > > > +<!DOCTYPE pkgmetadata SYSTEM > > > "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> > > > + <maintainer type="person"> > > > + <email>[email protected]</email> > > > + <name>Lars Wendler</name> > > > + </maintainer> > > > +</pkgmetadata> > > > diff --git a/acct-user/uptimed/uptimed-0.ebuild > > > b/acct-user/uptimed/uptimed-0.ebuild new file mode 100644 > > > index 00000000000..d0b6431a114 > > > --- /dev/null > > > +++ b/acct-user/uptimed/uptimed-0.ebuild > > > @@ -0,0 +1,12 @@ > > > +# Copyright 2019 Gentoo Authors > > > +# Distributed under the terms of the GNU General Public License v2 > > > + > > > +EAPI=7 > > > + > > > +inherit acct-user > > > + > > > +DESCRIPTION="user for uptime daemon" > > > +ACCT_USER_ID=103 > > > > Any reason to use disjoint UID/GID? > > Thanks for reviewing :) > > No explicit reason. They were never being joined on any of my systems > so I thought that's no big deal. > Is that mandatory?
Nope but I think it's cleaner when both are the same. > > > > +ACCT_USER_GROUPS=( uptimed ) > > > + > > > +acct-user_add_deps > > Cheers > Lars > -- Best regards, Michał Górny
signature.asc
Description: This is a digitally signed message part
