diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-22 07:15:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-22 07:15:03 +0000 |
commit | 2b702b54ee9e1d770e0d7106428c81acc84db210 (patch) | |
tree | 1c30160408ecd2ce6e747cca69a8ea8f5daf80c8 /profiles | |
parent | . (diff) | |
download | gentoo-2-2b702b54ee9e1d770e0d7106428c81acc84db210.tar.gz gentoo-2-2b702b54ee9e1d770e0d7106428c81acc84db210.tar.bz2 gentoo-2-2b702b54ee9e1d770e0d7106428c81acc84db210.zip |
tweak comments and add sfperms to default FEATURES
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index d7bcb1360673..c01970afee8f 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,21 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.12 2005/05/03 18:45:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.13 2005/05/22 07:15:03 vapier Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage # Have everyone update config.{sub,guess} by default -FEATURES="autoconfig strict" +FEATURES="autoconfig strict sfperms" -# Env vars to expand into USE vars. Modifying this requires prior -# discussion on gentoo-dev@gentoo.org. Flat profiles also need to -# be updated appropriately. +# Env vars to expand into USE vars. Modifying this requires prior +# discussion on gentoo-dev@gentoo.org. USE_EXPAND="FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf" +# 'Sane' defaults ELIBC="glibc" KERNEL="linux" USERLAND="GNU" |