diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-03-05 20:20:50 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-03-05 20:20:50 +0000 |
commit | 4c3c8f3a8788474bf70d674212b4d8ab991c060c (patch) | |
tree | 288fb3ba7f3a7573af78b82cc7bf135f8896524f /dev-db/postgresql/postgresql-7.3.1.ebuild | |
parent | fix bug #16867 (diff) | |
download | gentoo-2-4c3c8f3a8788474bf70d674212b4d8ab991c060c.tar.gz gentoo-2-4c3c8f3a8788474bf70d674212b4d8ab991c060c.tar.bz2 gentoo-2-4c3c8f3a8788474bf70d674212b4d8ab991c060c.zip |
changed config() to pkg_config()
Diffstat (limited to 'dev-db/postgresql/postgresql-7.3.1.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-7.3.1.ebuild b/dev-db/postgresql/postgresql-7.3.1.ebuild index c080f8710c21..5ebcc3c59c70 100644 --- a/dev-db/postgresql/postgresql-7.3.1.ebuild +++ b/dev-db/postgresql/postgresql-7.3.1.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.1.ebuild,v 1.7 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.1.ebuild,v 1.8 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} |