summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hardened/profiles/base/profile.bashrc')
-rw-r--r--hardened/profiles/base/profile.bashrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/hardened/profiles/base/profile.bashrc b/hardened/profiles/base/profile.bashrc
deleted file mode 100644
index c76d82f..0000000
--- a/hardened/profiles/base/profile.bashrc
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.2 2006/07/06 21:35:00 genone Exp $
-
-for conf in ${PN} ${PN}-${PV} ${PN}-${PV}-${PR}; do
- [[ -r ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf} ]] \
- && . ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf}
-done
-
-if [[ $(type -t elog) != "function" ]]; then
- elog() {
- einfo "$@"
- }
-fi