diff options
author | 2002-11-14 20:31:21 +0000 | |
---|---|---|
committer | 2002-11-14 20:31:21 +0000 | |
commit | f423a52ad1f74c943decb74b365f55ccffc4c22f (patch) | |
tree | 8678b3d28d270ce3d05d31f37b93455fc28394a3 /dev-db | |
parent | version bump (diff) | |
download | gentoo-2-f423a52ad1f74c943decb74b365f55ccffc4c22f.tar.gz gentoo-2-f423a52ad1f74c943decb74b365f55ccffc4c22f.tar.bz2 gentoo-2-f423a52ad1f74c943decb74b365f55ccffc4c22f.zip |
Fixed printed instructions
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 623d23b05424..3d7f3ec85e90 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-db/postgresql # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.38 2002/11/08 03:29:50 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.39 2002/11/14 20:31:21 rphillips Exp $ *postgresql-7.2.3-r1 (27 Oct 2002) + 14 Nov 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.3-r1.ebuild : + + Fixed location that is printed out + 07 Nov 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.3-r1.ebuild : Fixes a few bugs: diff --git a/dev-db/postgresql/postgresql-7.2.3-r1.ebuild b/dev-db/postgresql/postgresql-7.2.3-r1.ebuild index 8ec62d50b4b1..b0b44c60b95c 100644 --- a/dev-db/postgresql/postgresql-7.2.3-r1.ebuild +++ b/dev-db/postgresql/postgresql-7.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3-r1.ebuild,v 1.2 2002/11/08 03:29:50 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3-r1.ebuild,v 1.3 2002/11/14 20:31:21 rphillips Exp $ IUSE="ssl nls java python tcltk perl" @@ -131,7 +131,7 @@ src_install () { pkg_postinst() { einfo ">>> Execute the following command" - einfo ">>> ebuild /var/db/pkg/dev-db/${P}/${P}.ebuild config" + einfo ">>> ebuild /var/db/pkg/dev-db/${PF}/${PF}.ebuild config" einfo ">>> to setup the initial database environment." } |