summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-10-14 10:01:05 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-10-14 10:01:05 +0000
commitdca2957113c76ab99f567db558e12d25c1040b56 (patch)
treee81c80c318141d753f63c094870d3e8c8f1b4969 /profiles
parentVersion bump. Thanks to PhobosK <phobosk@fastmail.fm>. Bug #438182 (diff)
downloadhistorical-dca2957113c76ab99f567db558e12d25c1040b56.tar.gz
historical-dca2957113c76ab99f567db558e12d25c1040b56.tar.bz2
historical-dca2957113c76ab99f567db558e12d25c1040b56.zip
Get rid of the ewarn message for the amd64/10.0/server profile
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog6
-rw-r--r--profiles/default/linux/amd64/10.0/server/profile.bashrc17
2 files changed, 5 insertions, 18 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index af0b230ccf44..c7ad56748afb 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7028 2012/10/13 23:38:10 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7029 2012/10/14 10:01:05 hwoarang 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 in doubt put a record here!
+ 14 Oct 2012; Markos Chandras <hwoarang@gentoo.org>
+ -default/linux/amd64/10.0/server/profile.bashrc:
+ Get rid of the ewarn message for the amd64/10.0/server profile
+
13 Oct 2012; <naota@gentoo.org> package.mask:
Mask unstable ibus which depend on newer dconf.
diff --git a/profiles/default/linux/amd64/10.0/server/profile.bashrc b/profiles/default/linux/amd64/10.0/server/profile.bashrc
deleted file mode 100644
index bf9506ad5e58..000000000000
--- a/profiles/default/linux/amd64/10.0/server/profile.bashrc
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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.2 2010/11/14 11:03:00 hwoarang Exp $
-
-if [[ "${EBUILD_PHASE}" == "setup" ]]
-then
- if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
- then
- 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. If you seek a secure"
- ewarn "production server profile, please check the Hardened project"
- ewarn "(http://hardened.gentoo.org)"
- echo
- fi
-fi