diff options
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild')
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild index 1ce106689547..bb2fd8efe7fb 100644 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild,v 1.2 2007/01/27 14:15:47 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild,v 1.3 2007/01/31 13:50:44 genone Exp $ inherit eutils @@ -41,7 +41,7 @@ src_install() { } pkg_postinst() { - einfo "The JDBC supplement package for Oracle 10g has been installed." - einfo "You may wish to install the oracle-instantclient-sqlplus (for " - einfo "running the SQL*Plus application) package as well." + elog "The JDBC supplement package for Oracle 10g has been installed." + elog "You may wish to install the oracle-instantclient-sqlplus (for " + elog "running the SQL*Plus application) package as well." } |