diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-13 22:43:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-13 22:43:50 +0000 |
commit | 97f285ec2310ff1a6e1395993dbfba572a6a4f37 (patch) | |
tree | c4181a9b424c9602c719eb92744e1e33fb924f98 /sys-libs | |
parent | Marking stable since it has the xorg-x11 fixes in it. (Manifest recommit) (diff) | |
download | gentoo-2-97f285ec2310ff1a6e1395993dbfba572a6a4f37.tar.gz gentoo-2-97f285ec2310ff1a6e1395993dbfba572a6a4f37.tar.bz2 gentoo-2-97f285ec2310ff1a6e1395993dbfba572a6a4f37.zip |
install nscd #67369
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild index 9da45cef8ec2..898b2d6cda55 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.7 2004/10/13 17:31:46 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.8 2004/10/13 22:43:50 vapier Exp $ inherit eutils flag-o-matic gcc @@ -644,8 +644,8 @@ EOF doman ${S}/man/*.3thr # Install nscd config file - insinto /etc - doins ${FILESDIR}/nscd.conf + insinto /etc ; doins ${FILESDIR}/nscd.conf + exeinto /etc/init.d ; doexe ${FILESDIR}/nscd cd ${S} dodoc BUGS ChangeLog* CONFORMANCE COPYING* FAQ INTERFACE \ |