summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-17 00:52:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-17 00:52:41 +0000
commit5ca64a954b3f8621dc3d87e251ae1e0381dfd842 (patch)
tree735a0abecad1316f6e35f678f961fc68b6169e4f /sys-libs
parentVersion bump. (diff)
downloadgentoo-2-5ca64a954b3f8621dc3d87e251ae1e0381dfd842.tar.gz
gentoo-2-5ca64a954b3f8621dc3d87e251ae1e0381dfd842.tar.bz2
gentoo-2-5ca64a954b3f8621dc3d87e251ae1e0381dfd842.zip
move nsswitch.conf from baselayout
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/files/nsswitch.conf24
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r10.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r12.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125.ebuild3
-rw-r--r--sys-libs/glibc/glibc-2.3.5.20050421.ebuild6
-rw-r--r--sys-libs/glibc/glibc-2.3.5.ebuild6
12 files changed, 48 insertions, 15 deletions
diff --git a/sys-libs/glibc/files/nsswitch.conf b/sys-libs/glibc/files/nsswitch.conf
new file mode 100644
index 000000000000..eb169614d4d1
--- /dev/null
+++ b/sys-libs/glibc/files/nsswitch.conf
@@ -0,0 +1,24 @@
+# /etc/nsswitch.conf:
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/nsswitch.conf,v 1.1 2005/05/17 00:52:41 vapier Exp $
+
+passwd: compat
+shadow: compat
+group: compat
+
+# passwd: db files nis
+# shadow: db files nis
+# group: db files nis
+
+hosts: files dns
+networks: files dns
+
+services: db files
+protocols: db files
+rpc: db files
+ethers: db files
+netmasks: files
+netgroup: files
+bootparams: files
+
+automount: files
+aliases: files
diff --git a/sys-libs/glibc/glibc-2.2.5-r10.ebuild b/sys-libs/glibc/glibc-2.2.5-r10.ebuild
index 8c50777f08df..66f948bbd7a1 100644
--- a/sys-libs/glibc/glibc-2.2.5-r10.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.1 2005/02/06 07:45:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.2 2005/05/17 00:52:41 vapier Exp $
inherit flag-o-matic eutils
@@ -115,6 +115,7 @@ src_install() {
insinto /etc
doins "${S}"/nscd/nscd.conf
doinitd "${FILESDIR}"/nscd
+ doins "${FILESDIR}"/nsswitch.conf
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE \
NEWS NOTES PROJECTS README*
diff --git a/sys-libs/glibc/glibc-2.3.2-r12.ebuild b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
index f7c54f165886..4d3f6fdd3db8 100644
--- a/sys-libs/glibc/glibc-2.3.2-r12.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.11 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.12 2005/05/17 00:52:41 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -650,6 +650,7 @@ EOF
# Install nscd config file
insinto /etc ; doins ${FILESDIR}/nscd.conf
exeinto /etc/init.d ; doexe ${FILESDIR}/nscd
+ doins "${FILESDIR}"/nsswitch.conf
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE \
NEWS NOTES PROJECTS README*
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
index 38a5d684a5af..2de069bd1d88 100644
--- a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.8 2005/05/14 17:58:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.9 2005/05/17 00:52:41 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -649,6 +649,7 @@ EOF
# Install nscd config file
insinto /etc ; doins ${FILESDIR}/nscd.conf
exeinto /etc/init.d ; doexe ${FILESDIR}/nscd
+ doins "${FILESDIR}"/nsswitch.conf
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE \
NEWS NOTES PROJECTS README*
diff --git a/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild
index 57eca8b672d5..6d8ec05c0f74 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.20040619-r2.ebuild,v 1.13 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619-r2.ebuild,v 1.14 2005/05/17 00:52:41 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -673,6 +673,7 @@ EOF
# Install nscd config file
insinto /etc ; doins ${FILESDIR}/nscd.conf
exeinto /etc/init.d ; doexe ${FILESDIR}/nscd
+ doins "${FILESDIR}"/nsswitch.conf
cd ${S}
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE \
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 61254ea54f1c..4c66182a513f 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-2005 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.45 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.46 2005/05/17 00:52:41 vapier Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -830,6 +830,7 @@ EOF
# Install nscd config file
insinto /etc ; doins ${FILESDIR}/nscd.conf
exeinto /etc/init.d ; doexe ${FILESDIR}/nscd
+ doins "${FILESDIR}"/nsswitch.conf
cd ${S}
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE \
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
index d0740536032a..b7485f811626 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.20041102-r1.ebuild,v 1.10 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.11 2005/05/17 00:52:41 vapier Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -977,6 +977,7 @@ EOF
# Install nscd config file
insinto /etc ; doins ${FILESDIR}/nscd.conf
exeinto /etc/init.d ; doexe ${FILESDIR}/nscd
+ doins "${FILESDIR}"/nsswitch.conf
cd ${S}
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE \
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
index 3ec256416b68..d4d29a88c223 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.20041102.ebuild,v 1.51 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.52 2005/05/17 00:52:41 vapier Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -968,6 +968,7 @@ EOF
# Install nscd config file
insinto /etc ; doins ${FILESDIR}/nscd.conf
exeinto /etc/init.d ; doexe ${FILESDIR}/nscd
+ doins "${FILESDIR}"/nsswitch.conf
cd ${S}
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE \
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
index 6d4aff1aabf7..f182aeea5fd4 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.20050125-r1.ebuild,v 1.47 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.48 2005/05/17 00:52:41 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -461,6 +461,7 @@ toolchain-glibc_src_install() {
# Install nscd config file
insinto /etc
doins ${FILESDIR}/nscd.conf
+ doins "${FILESDIR}"/nsswitch.conf
exeinto /etc/init.d
doexe ${FILESDIR}/nscd
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
index 48b2c568f24e..b59c6267ea67 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.20050125.ebuild,v 1.39 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125.ebuild,v 1.40 2005/05/17 00:52:41 vapier Exp $
KEYWORDS="~amd64 ~mips ~sparc ~x86 -ppc"
@@ -403,6 +403,7 @@ toolchain-glibc_src_install() {
# Install nscd config file
insinto /etc
doins ${FILESDIR}/nscd.conf
+ doins "${FILESDIR}"/nsswitch.conf
exeinto /etc/init.d
doexe ${FILESDIR}/nscd
diff --git a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
index 7b9f3e97cd88..8f8da5dcaa7d 100644
--- a/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.20050421.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.9 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.20050421.ebuild,v 1.10 2005/05/17 00:52:41 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -469,9 +469,9 @@ toolchain-glibc_src_install() {
# Install nscd config file
insinto /etc
doins ${FILESDIR}/nscd.conf
+ doins "${FILESDIR}"/nsswitch.conf
- exeinto /etc/init.d
- doexe ${FILESDIR}/nscd
+ doinitd "${FILESDIR}"/nscd
cd ${S}
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE NEWS NOTES PROJECTS README*
diff --git a/sys-libs/glibc/glibc-2.3.5.ebuild b/sys-libs/glibc/glibc-2.3.5.ebuild
index be5a7da59773..8389e2e70278 100644
--- a/sys-libs/glibc/glibc-2.3.5.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.15 2005/05/16 22:23:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.16 2005/05/17 00:52:41 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -462,9 +462,9 @@ toolchain-glibc_src_install() {
# Install nscd config file
insinto /etc
doins ${FILESDIR}/nscd.conf
+ doins "${FILESDIR}"/nsswitch.conf
- exeinto /etc/init.d
- doexe ${FILESDIR}/nscd
+ doinitd "${FILESDIR}"/nscd
cd ${S}
dodoc BUGS ChangeLog* CONFORMANCE FAQ INTERFACE NEWS NOTES PROJECTS README*