Gentoo Archives: gentoo-dev

From: Henrik Brix Andersen <brix@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New global USE flag: logrotate
Date: Thu, 28 Apr 2005 10:34:45
Message-Id: 1114684490.14869.17.camel@sponge.fungus
In Reply to: Re: [gentoo-dev] New global USE flag: logrotate by "Robin H. Johnson"
1 On Thu, 2005-04-28 at 01:51 -0700, Robin H. Johnson wrote:
2 > +1 here. Probably best to do it via an eclass since lots of packages
3 > will be using it.
4
5 It's as simple as:
6
7 if use logrotate; then
8 insinto /etc/logrotate.d
9 newins ${FILESDIR}/${P}-logrotate ${PN}
10 fi
11
12 Do we really need an eclass for that?
13
14 Sincerely,
15 Brix
16 --
17 Henrik Brix Andersen <brix@g.o>
18 Gentoo Linux

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] New global USE flag: logrotate "Robin H. Johnson" <robbat2@g.o>
Re: [gentoo-dev] New global USE flag: logrotate Ciaran McCreesh <ciaranm@g.o>