diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-07-20 10:26:10 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-07-20 10:26:10 +0000 |
commit | 0f5ec664ffd737c5b3a6c9f02e2b1ee40c03857a (patch) | |
tree | 0852815b2cc3ab1d0c3d46a666d9197b7fbf42e4 /profiles | |
parent | Propagate fix for glibc-2.8 to more versions, including masked ones. (diff) | |
download | gentoo-2-0f5ec664ffd737c5b3a6c9f02e2b1ee40c03857a.tar.gz gentoo-2-0f5ec664ffd737c5b3a6c9f02e2b1ee40c03857a.tar.bz2 gentoo-2-0f5ec664ffd737c5b3a6c9f02e2b1ee40c03857a.zip |
Add local use flag 'sdb-ldap' for sdb ldap backend in bind
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 9966526e8f78..17f3274d42e1 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1695 2008/07/18 21:53:12 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1696 2008/07/20 10:26:10 dertobi123 Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If doubt put a record here! + 20 Jul 2008; Tobias Scherbaum <dertobi123@gentoo.org> use.local.desc: + Add local use flag 'sdb-ldap' for sdb ldap backend in bind + 18 Jul 2008; Serkan Kaba <serkan@gentoo.org> package.mask: Remove dev-java/sun-jmx mask. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 46db96683bd4..07d967e4a345 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3636 2008/07/18 20:23:24 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3637 2008/07/20 10:26:10 dertobi123 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1535,6 +1535,7 @@ net-dns/avahi:mdnsresponder-compat - Enable compat libraries for mDNSResponder net-dns/bind:bind-mysql - enables mysql support for bind (non-dlz) net-dns/bind:dlz - enables dynamic loaded zones, 3rd party extension net-dns/bind:resolvconf - enable support for net-dns/resolvconf +net-dns/bind:sdb-ldap - Enables ldap-sdb backend net-dns/bind:urandom - Use /dev/urandom instead of /dev/random net-dns/djbdns:aliaschain - enables a fix for the truncation of alias chains net-dns/djbdns:cnamefix - changes the CNAME behavior of dnscache |