summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-03-25 00:34:56 +0000
committerMike Frysinger <vapier@gentoo.org>2014-03-25 00:34:56 +0000
commit2b3cf1d0e3c4158d0bf3c4b80ef11b21bdb1e716 (patch)
tree4aeb06100bf3a1da1ce4715703fd7ff0a1d2dc10 /sys-libs
parentStable on arm wrt bug# 502814. (diff)
downloadgentoo-2-2b3cf1d0e3c4158d0bf3c4b80ef11b21bdb1e716.tar.gz
gentoo-2-2b3cf1d0e3c4158d0bf3c4b80ef11b21bdb1e716.tar.bz2
gentoo-2-2b3cf1d0e3c4158d0bf3c4b80ef11b21bdb1e716.zip
Update nscd tmpfiles install #505518 by dwfreed.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog6
-rw-r--r--sys-libs/glibc/files/eblits/src_install.eblit4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 9b650724dc3f..e69c9dae3e88 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.987 2014/03/20 13:38:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.988 2014/03/25 00:34:56 vapier Exp $
+
+ 25 Mar 2014; Mike Frysinger <vapier@gentoo.org>
+ files/eblits/src_install.eblit:
+ Update nscd tmpfiles install #505518 by dwfreed.
20 Mar 2014; Agostino Sarubbo <ago@gentoo.org> glibc-2.17.ebuild:
Stable for sparc, wrt bug #496752
diff --git a/sys-libs/glibc/files/eblits/src_install.eblit b/sys-libs/glibc/files/eblits/src_install.eblit
index 8f72c43f55fa..12424da9079a 100644
--- a/sys-libs/glibc/files/eblits/src_install.eblit
+++ b/sys-libs/glibc/files/eblits/src_install.eblit
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.34 2014/03/12 13:34:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.35 2014/03/25 00:34:56 vapier Exp $
toolchain-glibc_src_install() {
local GBUILDDIR
@@ -189,7 +189,7 @@ toolchain-glibc_src_install() {
# TODO: Drop the $FILESDIR copy once 2.19 goes stable.
if version_is_at_least 2.19 ; then
systemd_dounit nscd/nscd.service || die
- systemd_newtmpfilesd nscd/nscd.tmpfiles || die
+ systemd_newtmpfilesd nscd/nscd.tmpfiles nscd.conf || die
else
systemd_dounit "${FILESDIR}"/nscd.service || die
systemd_newtmpfilesd "${FILESDIR}"/nscd.tmpfilesd nscd.conf || die