diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-28 15:54:31 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-28 15:54:31 +0000 |
commit | 01de539a49dfc69b863cd7164d0ffb2c932aefac (patch) | |
tree | ed79595ed9d8774e2c74a3d3dc1a0d355424b65a /dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild | |
parent | Restored accidently removed 10.0.7 ebuild (bug #445079) (diff) | |
download | historical-01de539a49dfc69b863cd7164d0ffb2c932aefac.tar.gz historical-01de539a49dfc69b863cd7164d0ffb2c932aefac.tar.bz2 historical-01de539a49dfc69b863cd7164d0ffb2c932aefac.zip |
Tell user to re-source the shell for ORACLE_HOME changes, bug#443900.
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Manifest-Sign-Key: 0xA630CCB8
Diffstat (limited to 'dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild')
-rw-r--r-- | dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild index 6272a1ad15cc..074527ee2b0a 100644 --- a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.10 2012/11/15 19:36:02 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.11 2012/11/28 15:54:24 haubi Exp $ EAPI="4" @@ -183,4 +183,6 @@ pkg_postinst() { elog "TNS_ADMIN has been set to ${EROOT}etc/oracle by default," elog "put your tnsnames.ora there or configure TNS_ADMIN" elog "to point to your user specific configuration." + ewarn "Please re-source your shell settings for ORACLE_HOME" + ewarn " changes, such as: source /etc/profile" } |