summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-11-14 11:03:00 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-11-14 11:03:00 +0000
commit48becbc3fb6f152a807fd4077054c5adb5fcfaea (patch)
tree6b6ce9b897324dff423860752e64fab3c15875e0 /profiles
parentx86 stable, bug #345069 (diff)
downloadgentoo-2-48becbc3fb6f152a807fd4077054c5adb5fcfaea.tar.gz
gentoo-2-48becbc3fb6f152a807fd4077054c5adb5fcfaea.tar.bz2
gentoo-2-48becbc3fb6f152a807fd4077054c5adb5fcfaea.zip
Update server profile message and use flags
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/linux/amd64/10.0/server/profile.bashrc12
-rw-r--r--profiles/targets/server/make.defaults4
2 files changed, 6 insertions, 10 deletions
diff --git a/profiles/default/linux/amd64/10.0/server/profile.bashrc b/profiles/default/linux/amd64/10.0/server/profile.bashrc
index 0afc2fa81338..bf9506ad5e58 100644
--- a/profiles/default/linux/amd64/10.0/server/profile.bashrc
+++ b/profiles/default/linux/amd64/10.0/server/profile.bashrc
@@ -1,21 +1,17 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/10.0/server/profile.bashrc,v 1.1 2009/08/06 06:33:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/10.0/server/profile.bashrc,v 1.2 2010/11/14 11:03:00 hwoarang Exp $
if [[ "${EBUILD_PHASE}" == "setup" ]]
then
if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
then
- ewarn "This profile has not been tested thoroughly and is not considered to be"
- ewarn "a supported server profile at this time. For a supported server"
- ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
echo
ewarn "This profile is merely a convenience for people who require a more"
ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
- ewarn "the software being used on the server. This profile should also be used"
- ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
- ewarn "applies to you, then it doesn't and you should probably be using"
- ewarn "Hardened, instead."
+ ewarn "the software being used on the server. If you seek a secure"
+ ewarn "production server profile, please check the Hardened project"
+ ewarn "(http://hardened.gentoo.org)"
echo
fi
fi
diff --git a/profiles/targets/server/make.defaults b/profiles/targets/server/make.defaults
index e9f859ace86c..2ab279f31c4d 100644
--- a/profiles/targets/server/make.defaults
+++ b/profiles/targets/server/make.defaults
@@ -1,5 +1,5 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/server/make.defaults,v 1.2 2009/08/17 18:32:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/server/make.defaults,v 1.3 2010/11/14 11:03:00 hwoarang Exp $
-USE="apache2 ldap mysql snmp truetype xml"
+USE="-perl -python snmp truetype xml"