Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7986 - OpenLDAP ebuild sets sysconfdir incorrectly.
Summary: OpenLDAP ebuild sets sysconfdir incorrectly.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 08:56 UTC by Gareth John
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 Gareth John 2002-09-16 08:56:28 UTC
The compile chunk of the ebuild sets sysconfdir to /etc/openldap. The configure 
script then appends "/openldap" to this. This results in the binaries thinking 
that the sysconfdir is /etc/openldap/openldap.

This can be fixed by, in the ebuild, setting the --sysconfdir to /etc instead 
of /etc/openldap