summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/postgresql-7.3.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-7.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-7.3.ebuild b/dev-db/postgresql/postgresql-7.3.ebuild
index d239151f76c4..5fc54964c694 100644
--- a/dev-db/postgresql/postgresql-7.3.ebuild
+++ b/dev-db/postgresql/postgresql-7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.ebuild,v 1.6 2003/03/01 04:46:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.ebuild,v 1.7 2003/03/05 20:20:50 sethbc Exp $
DESCRIPTION="sophisticated Object-Relational DBMS"
SRC_URI="ftp://ftp.us.postgresql.org/source/v${PV}/${P}.tar.gz"
@@ -138,7 +138,7 @@ pkg_postinst() {
einfo ">>> Make sure the postgres user in /etc/passwd has an account setup with /bin/bash as the shell, or /bin/true"
}
-config() {
+pkg_config() {
einfo ">>> Creating data directory ..."
mkdir -p ${PG_DIR}/data
chown -Rf postgres.postgres ${PG_DIR}