diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index c30b6f6f2884..ffe29ae29948 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.5087 2009/12/11 13:27:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5088 2009/12/11 13:47:44 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -2198,6 +2198,10 @@ net-firewall/nufw:nfconntrack - Use netfilter_conntrack net-firewall/nufw:nfqueue - Use NFQUEUE instead of QUEUE net-firewall/nufw:pam_nuauth - Add support for pam nufw from PAM net-firewall/nufw:plaintext - Add support for authentication with plaintext files +net-fs/coda:client - Build and install the client components of coda filesystem. At least one of client or server should be enabled. +net-fs/coda:coda_layout - Use legacy filesystem layout instead of FHS compliant one. Note: /coda symlink is installed unconditionally when FHS layout is used. Therefore the /coda namespace is preserved with either layout. +net-fs/coda:coda_symlinks - Install legacy symlinks when FHS layout has been selected (-coda_layout). You should only need this if you use local scripts or 3rd party apps relying on precise layout. Note: /coda symlink is installed unconditionally, so the namespace is preserved in any case. +net-fs/coda:server - Build and install the server components of coda filesystem. Note: at least one of client/server flags must be enabled. net-fs/netatalk:xfs - Enable support for XFS Quota net-fs/nfs-utils:nfsv3 - Enable support for NFSv3 net-fs/nfs-utils:nfsv4 - Enable support for NFSv4 |