From: Donnie Berkholz <dberkholz@gentoo.org>
To: gentoo-dev@lists.gentoo.org, dertobi123@gentoo.org
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-mail/mailgraph: ChangeLog mailgraph-1.14.ebuild
Date: Mon, 22 Oct 2007 11:58:27 -0700 [thread overview]
Message-ID: <20071022185827.GA29642@supernova> (raw)
In-Reply-To: <E1Ik1xS-0004GX-Cy@stork.gentoo.org>
On 18:24 Mon 22 Oct , Tobias Scherbaum (dertobi123) wrote:
> 1.1 net-mail/mailgraph/mailgraph-1.14.ebuild
>
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mailgraph/mailgraph-1.14.ebuild?rev=1.1&content-type=text/plain
> user_group_setup() {
> # add user and group for mailgraph daemon
> # also add mgraph to the group adm so it's able to
> # read syslog logfile /var/log/messages (should be owned by
> # root:adm with permission 0640)
> enewgroup mgraph
> enewuser mgraph -1 -1 /var/empty mgraph,adm
> }
>
> pkg_setup() {
> webapp_pkg_setup
> built_with_use net-analyzer/rrdtool perl \
> || die "net-analyzer/rrdtool must be built with USE=perl"
> user_group_setup
> }
...
> pkg_preinst() {
> user_group_setup
> }
Why is user_group_setup() run twice?
> if [[ has_version <=net-mail/mailgraph-1.12 ]] ; then
Does this actually work?
Thanks,
Donnie
--
gentoo-dev@gentoo.org mailing list
parent reply other threads:[~2007-10-22 19:02 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1Ik1xS-0004GX-Cy@stork.gentoo.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071022185827.GA29642@supernova \
--to=dberkholz@gentoo.org \
--cc=dertobi123@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox