Gentoo Archives: gentoo-dev

From: Natanael Copa <natanael.copa@×××××.com>
To: gentoo-dev@l.g.o
Cc: voxus@g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild
Date: Wed, 26 Sep 2007 09:21:39
Message-Id: 1190797649.2784.170.camel@nc.nor.wtbts.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild by Donnie Berkholz
1 On Wed, 2007-09-26 at 00:43 -0700, Donnie Berkholz wrote:
2 > On 07:16 Tue 25 Sep , Konstantin Arkhipov (voxus) wrote:
3 > > voxus 07/09/25 07:16:42
4 > >
5 > I take it that, for some obscure reason, use_with() doesn't work?
6 >
7 > > if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then
8 >
9 > Are you looking at the live root here, in a src_* function?
10
11 Certs and keys shouldn't be generated in src_* at all since you would
12 ship the private key in binary packets.
13
14 Do it in pkg_postinst() if you have to.
15
16 -nc
17
18 --
19 gentoo-dev@g.o mailing list

Replies