Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 12 Sep 2017 03:43:19
Message-Id: 1505187788.69fe1365667ca61225f4265a45a10f0b38c251d4.heroxbd@gentoo
1 commit: 69fe1365667ca61225f4265a45a10f0b38c251d4
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 12 03:41:46 2017 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 12 03:43:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fe1365
7
8 eclass/toolchain-glibc.eclass: prefixify etc/init.d/nscd
9
10 Credit: Martin Mokrejš
11 Bug: 608234
12
13 eclass/toolchain-glibc.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
17 index 98e394659cf..e9cf01cf8c2 100644
18 --- a/eclass/toolchain-glibc.eclass
19 +++ b/eclass/toolchain-glibc.eclass
20 @@ -1278,7 +1278,7 @@ toolchain-glibc_do_src_install() {
21 doins "${WORKDIR}"/extra/etc/*.conf || die
22
23 if ! in_iuse nscd || use nscd ; then
24 - doinitd "${WORKDIR}"/extra/etc/nscd || die
25 + doinitd "$(prefixify_ro "${WORKDIR}"/extra/etc/nscd)" || die
26
27 local nscd_args=(
28 -e "s:@PIDFILE@:$(strings "${ED}"/usr/sbin/nscd | grep nscd.pid):"