summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2006-11-12 11:57:50 +0000
committerTiziano Müller <dev-zero@gentoo.org>2006-11-12 11:57:50 +0000
commit3ef8930c3d29b4aed18682fa5d9e92fe16593c1c (patch)
tree3fe2ee83b81adde0d9ed14ce2c3ce07cbebb0a83 /dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild
parentAdded new ebuild for the pgadmin3 "adminpack" (diff)
downloadtesting-3ef8930c3d29b4aed18682fa5d9e92fe16593c1c.tar.gz
testing-3ef8930c3d29b4aed18682fa5d9e92fe16593c1c.tar.bz2
testing-3ef8930c3d29b4aed18682fa5d9e92fe16593c1c.zip
Typo fixed
svn path=/testing/; revision=165
Diffstat (limited to 'dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild')
-rw-r--r--dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild
index d02931a..88b9d73 100644
--- a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild
+++ b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild
@@ -45,5 +45,5 @@ src_install() {
pkg_postinst() {
elog "You have to 'activate' the module by executing some SQL statements."
elog "This can be done with the following command:"
- elog "psql -U postgresq -f ${ROOT}/usr/share/postgresql/contrib/admin${PG_PV/.}.sql"
+ elog "psql -U postgres some_database -f ${ROOT}/usr/share/postgresql/contrib/admin${PG_PV/.}.sql"
}