diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 23:35:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 23:35:21 +0000 |
commit | 9e0bd866951688f0b86ed30743bf46ab9094d5a9 (patch) | |
tree | 75a810c7191b29a92f781d5982aeaf9638c3bdb1 /sys-libs | |
parent | version bump (diff) | |
download | gentoo-2-9e0bd866951688f0b86ed30743bf46ab9094d5a9.tar.gz gentoo-2-9e0bd866951688f0b86ed30743bf46ab9094d5a9.tar.bz2 gentoo-2-9e0bd866951688f0b86ed30743bf46ab9094d5a9.zip |
new host.conf with mdns removed #123601
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/files/2.3.6/host.conf | 24 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r3.ebuild | 4 |
2 files changed, 26 insertions, 2 deletions
diff --git a/sys-libs/glibc/files/2.3.6/host.conf b/sys-libs/glibc/files/2.3.6/host.conf new file mode 100644 index 000000000000..eab7426ef0d7 --- /dev/null +++ b/sys-libs/glibc/files/2.3.6/host.conf @@ -0,0 +1,24 @@ +# /etc/host.conf: +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/2.3.6/host.conf,v 1.1 2006/02/21 23:35:21 vapier Exp $ + +# The file /etc/host.conf contains configuration information specific to +# the resolver library. It should contain one configuration keyword per +# line, followed by appropriate configuration information. The keywords +# recognized are order, trim, mdns, multi, nospoof, spoof, and reorder. + + + +# This keyword specifies how host lookups are to be performed. It +# should be followed by one or more lookup methods, separated by +# commas. Valid methods are bind, hosts, and nis. +# +order hosts, bind + + +# Valid values are on and off. If set to on, the resolv+ library +# will return all valid addresses for a host that appears in the +# /etc/hosts file, instead of only the first. This is off by +# default, as it may cause a substantial performance loss at sites +# with large hosts files. +# +multi off diff --git a/sys-libs/glibc/glibc-2.3.6-r3.ebuild b/sys-libs/glibc/glibc-2.3.6-r3.ebuild index 0de3ad006054..0336ee3254da 100644 --- a/sys-libs/glibc/glibc-2.3.6-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r3.ebuild,v 1.2 2006/02/20 06:21:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r3.ebuild,v 1.3 2006/02/21 23:35:21 vapier Exp $ # TODO: # - fix warning from glibc build system: @@ -511,7 +511,7 @@ toolchain-glibc_src_install() { # This is our new config file for building locales doins ${FILESDIR}/locales.build # example host.conf with multicast dns disabled by default - doins ${FILESDIR}/2.3.4/host.conf + doins ${FILESDIR}/2.3.6/host.conf # simple test to make sure our new glibc isnt completely broken. # for now, skip the multilib scenario. also make sure we don't |