Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9315 - openssl-0.9.6g.ebuild should use /etc/ssl as openssldir (FHS reasons)
Summary: openssl-0.9.6g.ebuild should use /etc/ssl as openssldir (FHS reasons)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 10126 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-18 12:46 UTC by Haroon Rafique
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Haroon Rafique 2002-10-18 12:46:40 UTC
The openssl 0.9.6g ebuild (dev-libs/openssl/openssl-0.9.6g.ebuild) has the
following line in it:

./config --prefix=/usr --openssldir=/usr/lib/ssl shared threads || die

It would be much more convenient if --openssldir=/etc/ssl was used instead. This
way it would be part of CONFIG_PROTECT and hence subsequent updates will not
overwrite the openssl.cnf file (something that most people would like to customize).

So, the new line would be:

./config --prefix=/usr --openssldir=/etc/ssl shared threads || die
Comment 1 SpanKY gentoo-dev 2002-11-03 11:25:56 UTC
*** Bug 10126 has been marked as a duplicate of this bug. ***
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2002-11-04 07:09:05 UTC
Updated, thanks for your contribution!