diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 15:23:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 15:23:09 +0000 |
commit | e1d5281398dea4aa35a5569f39ac67683b1c4a63 (patch) | |
tree | 4a7010db02e964a66216dc398aaafa478accd065 /profiles | |
parent | Removing 2006.0 development profiles. (diff) | |
download | gentoo-2-e1d5281398dea4aa35a5569f39ac67683b1c4a63.tar.gz gentoo-2-e1d5281398dea4aa35a5569f39ac67683b1c4a63.tar.bz2 gentoo-2-e1d5281398dea4aa35a5569f39ac67683b1c4a63.zip |
Added a profile.bashrc to dev to inform any users that they're using an unsupported profile.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/profile.bashrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default-linux/x86/dev/profile.bashrc b/profiles/default-linux/x86/dev/profile.bashrc new file mode 100644 index 000000000000..0832ec5db475 --- /dev/null +++ b/profiles/default-linux/x86/dev/profile.bashrc @@ -0,0 +1,12 @@ +# 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/dev/profile.bashrc,v 1.1 2006/03/14 15:23:09 wolf31o2 Exp $ + +echo "This is my really minimal development profile. I plan on using this for" +echo "showing off some goofy stuff that can be done with profiles. Like it?" +echo "Anyway, if you use this, I don't care if it breaks your system. Expect" +echo "this to change whenever I feel like it with absolutely no warning," +echo "including changing to be unusable." +echo +echo "--wolf31o2" +echo |