On Wed, 2007-09-26 at 00:43 -0700, Donnie Berkholz wrote:
> On 07:16 Tue 25 Sep     , Konstantin Arkhipov (voxus) wrote:
> > voxus       07/09/25 07:16:42
> > 
> I take it that, for some obscure reason, use_with() doesn't work?
> 
> >             if [ ! -f /etc/ssl/${PN}/${PN}.key ]; then
> 
> Are you looking at the live root here, in a src_* function?

Certs and keys shouldn't be generated in src_* at all since you would
ship the private key in binary packets.

Do it in pkg_postinst() if you have to.

-nc

-- 
[EMAIL PROTECTED] mailing list

Reply via email to