diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2009-01-24 08:10:24 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2009-01-24 08:10:24 +0000 |
commit | efe1d761d730a332c2e6a865055d080ea5180eee (patch) | |
tree | fbbdd68e8f8c10742d1105d02cb66f8df3766403 /profiles/default | |
parent | Remove -sandbox from our FEATURES. (diff) | |
download | historical-efe1d761d730a332c2e6a865055d080ea5180eee.tar.gz historical-efe1d761d730a332c2e6a865055d080ea5180eee.tar.bz2 historical-efe1d761d730a332c2e6a865055d080ea5180eee.zip |
Move the fbsd profile.bashrc from releases.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/profile.bashrc | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index 32c069d284d9..af869c89f87c 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.10 2009/01/24 07:59:25 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.11 2009/01/24 08:10:24 the_paya Exp $ + + 24 Jan 2009; Javier Villavicencio <the_paya@gentoo.org> + +fbsd/profile.bashrc: + Move the fbsd profile.bashrc from releases. 24 Jan 2009; Javier Villavicencio <the_paya@gentoo.org> fbsd/make.defaults: diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc new file mode 100644 index 000000000000..4c9d5b96abc1 --- /dev/null +++ b/profiles/default/bsd/fbsd/profile.bashrc @@ -0,0 +1,4 @@ +alias make=gmake +alias patch=gpatch +alias sed=gsed +alias awk=gawk |