diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-28 15:54:24 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-28 15:54:24 +0000 |
commit | f9bcc9977f8dc2456168062c960d6420d1d0003d (patch) | |
tree | 9441d135f6ecc946c391777a5e5323e8be096f33 /dev-db/oracle-instantclient-basic | |
parent | Restored accidently removed 10.0.7 ebuild (bug #445079) (diff) | |
download | gentoo-2-f9bcc9977f8dc2456168062c960d6420d1d0003d.tar.gz gentoo-2-f9bcc9977f8dc2456168062c960d6420d1d0003d.tar.bz2 gentoo-2-f9bcc9977f8dc2456168062c960d6420d1d0003d.zip |
Tell user to re-source the shell for ORACLE_HOME changes, bug#443900.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
Diffstat (limited to 'dev-db/oracle-instantclient-basic')
-rw-r--r-- | dev-db/oracle-instantclient-basic/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-db/oracle-instantclient-basic/ChangeLog b/dev-db/oracle-instantclient-basic/ChangeLog index 2721401fd797..2b644e076d5c 100644 --- a/dev-db/oracle-instantclient-basic/ChangeLog +++ b/dev-db/oracle-instantclient-basic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/oracle-instantclient-basic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.54 2012/11/15 19:36:02 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.55 2012/11/28 15:54:24 haubi Exp $ + + 28 Nov 2012; Michael Haubenwallner <haubi@gentoo.org> + oracle-instantclient-basic-11.2.0.3.ebuild: + Tell user to re-source the shell for ORACLE_HOME changes, bug#443900. 15 Nov 2012; Michael Haubenwallner <haubi@gentoo.org> oracle-instantclient-basic-11.2.0.3.ebuild: 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" } |