Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156090 - net-nds/openldap should use doinitd and doconfd
Summary: net-nds/openldap should use doinitd and doconfd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-23 22:46 UTC by Petteri Räty (RETIRED)
Modified: 2006-12-25 06:48 UTC (History)
0 users

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 Petteri Räty (RETIRED) gentoo-dev 2006-11-23 22:46:14 UTC
exeinto /etc/init.d
                newexe ${FILESDIR}/2.0/slapd slapd
                newexe ${FILESDIR}/2.0/slurpd slurpd


                insinto /etc/conf.d
                newins ${FILESDIR}/2.0/slapd.conf slapd

use doconfd and doinitd instead
Comment 1 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2006-11-28 03:09:46 UTC
not simple to fix as doconfd doesn't allow you to rename the file and the file that is for confd is the same name as the initd which basically means i'd need to change the name of the file in the files dir and then retrospectively change every other ebuild that references them. More hassle then it's worth at this point.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-11-28 03:47:00 UTC
strerror: err, did you forget about newconfd/newinitd?
Comment 3 Markus Ullmann (RETIRED) gentoo-dev 2006-12-25 06:48:25 UTC
This one sat around here quite too long ;)