summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-07-26 23:03:45 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-07-26 23:03:45 +0000
commitefdaed20975ff1ed3bce8941aae3c4f57166f54f (patch)
tree95d9ddb165fee2feea5855e9f41103c54700a66f /profiles
parentFixing profile so it isn't nearly as annoying by making it only display once. (diff)
downloadgentoo-2-efdaed20975ff1ed3bce8941aae3c4f57166f54f.tar.gz
gentoo-2-efdaed20975ff1ed3bce8941aae3c4f57166f54f.tar.bz2
gentoo-2-efdaed20975ff1ed3bce8941aae3c4f57166f54f.zip
Fixing profile so it isn't nearly as annoying by making it only display once.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/x86/2006.1/server/profile.bashrc13
-rw-r--r--profiles/default-linux/x86/ChangeLog6
2 files changed, 13 insertions, 6 deletions
diff --git a/profiles/default-linux/x86/2006.1/server/profile.bashrc b/profiles/default-linux/x86/2006.1/server/profile.bashrc
index 691ca7f5f564..037246c4983a 100644
--- a/profiles/default-linux/x86/2006.1/server/profile.bashrc
+++ b/profiles/default-linux/x86/2006.1/server/profile.bashrc
@@ -1,8 +1,11 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.1/server/profile.bashrc,v 1.1 2006/07/26 20:30:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2006.1/server/profile.bashrc,v 1.2 2006/07/26 23:03:45 wolf31o2 Exp $
-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://hadrened.gentoo.org)."
-echo
+if [[ ${EBUILD_PHASE} == "setup" ]]
+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://hadrened.gentoo.org)."
+ echo
+fi
diff --git a/profiles/default-linux/x86/ChangeLog b/profiles/default-linux/x86/ChangeLog
index 7433ce2208db..9115e939c78d 100644
--- a/profiles/default-linux/x86/ChangeLog
+++ b/profiles/default-linux/x86/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/x86 profile directory
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.10 2006/07/26 23:00:20 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.11 2006/07/26 23:03:45 wolf31o2 Exp $
+
+ 26 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ 2006.1/server/profile.bashrc:
+ Fixing profile so it isn't nearly as annoying by making it only display once.
26 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> 2006.1/profile.bashrc:
Fixing profile so it isn't nearly as annoying by making it only display once.