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 | |
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')
-rw-r--r-- | dev-db/postgresql/postgresql-7.2-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.ebuild | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/dev-db/postgresql/postgresql-7.2-r2.ebuild b/dev-db/postgresql/postgresql-7.2-r2.ebuild index 3d132f4600ed..7377ccc4073e 100644 --- a/dev-db/postgresql/postgresql-7.2-r2.ebuild +++ b/dev-db/postgresql/postgresql-7.2-r2.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.2-r2.ebuild,v 1.11 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2-r2.ebuild,v 1.12 2003/03/05 20:20:49 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -130,7 +130,7 @@ src_install() { einfo ">>> to setup the initial database environment." } -config() { +pkg_config() { einfo ">>> Creating data directory ..." mkdir -p /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql diff --git a/dev-db/postgresql/postgresql-7.2-r3.ebuild b/dev-db/postgresql/postgresql-7.2-r3.ebuild index f606c1b21fee..64c79a75785e 100644 --- a/dev-db/postgresql/postgresql-7.2-r3.ebuild +++ b/dev-db/postgresql/postgresql-7.2-r3.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.2-r3.ebuild,v 1.14 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2-r3.ebuild,v 1.15 2003/03/05 20:20:50 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -143,7 +143,7 @@ src_install() { einfo ">>> to setup the initial database environment." } -config() { +pkg_config() { einfo ">>> Creating data directory ..." mkdir -p /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql diff --git a/dev-db/postgresql/postgresql-7.2.1-r1.ebuild b/dev-db/postgresql/postgresql-7.2.1-r1.ebuild index 0a4e56511c83..ebb9ef083d58 100644 --- a/dev-db/postgresql/postgresql-7.2.1-r1.ebuild +++ b/dev-db/postgresql/postgresql-7.2.1-r1.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.2.1-r1.ebuild,v 1.18 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.1-r1.ebuild,v 1.19 2003/03/05 20:20:50 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -152,7 +152,7 @@ src_install() { einfo ">>> to setup the initial database environment." } -config() { +pkg_config() { einfo ">>> Creating data directory ..." mkdir -p /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql diff --git a/dev-db/postgresql/postgresql-7.2.1-r2.ebuild b/dev-db/postgresql/postgresql-7.2.1-r2.ebuild index b61cd9b61a90..96b33884aea3 100644 --- a/dev-db/postgresql/postgresql-7.2.1-r2.ebuild +++ b/dev-db/postgresql/postgresql-7.2.1-r2.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.2.1-r2.ebuild,v 1.9 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.1-r2.ebuild,v 1.10 2003/03/05 20:20:50 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -131,7 +131,7 @@ src_install() { einfo ">>> to setup the initial database environment." } -config() { +pkg_config() { einfo ">>> Creating data directory ..." mkdir -p /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql diff --git a/dev-db/postgresql/postgresql-7.2.1.ebuild b/dev-db/postgresql/postgresql-7.2.1.ebuild index 7d0120328aa9..3eab2c9df844 100644 --- a/dev-db/postgresql/postgresql-7.2.1.ebuild +++ b/dev-db/postgresql/postgresql-7.2.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.2.1.ebuild,v 1.10 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.1.ebuild,v 1.11 2003/03/05 20:20:50 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -132,7 +132,7 @@ src_install() { einfo ">>> to setup the initial database environment." } -config() { +pkg_config() { einfo ">>> Creating data directory ..." mkdir -p /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql diff --git a/dev-db/postgresql/postgresql-7.2.2.ebuild b/dev-db/postgresql/postgresql-7.2.2.ebuild index bec9976dfb9b..8a59c759baa5 100644 --- a/dev-db/postgresql/postgresql-7.2.2.ebuild +++ b/dev-db/postgresql/postgresql-7.2.2.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.2.2.ebuild,v 1.17 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.2.ebuild,v 1.18 2003/03/05 20:20:50 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -138,7 +138,7 @@ pkg_postinst() { einfo ">>> to setup the initial database environment." } -config() { +pkg_config() { einfo ">>> Creating data directory ..." mkdir -p /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql diff --git a/dev-db/postgresql/postgresql-7.2.3-r1.ebuild b/dev-db/postgresql/postgresql-7.2.3-r1.ebuild index eb9ee9846bf7..d84545ca49f2 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-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.2.3-r1.ebuild,v 1.8 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3-r1.ebuild,v 1.9 2003/03/05 20:20:50 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -137,7 +137,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 /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql diff --git a/dev-db/postgresql/postgresql-7.2.3.ebuild b/dev-db/postgresql/postgresql-7.2.3.ebuild index d735ea0fd06f..93922e3ce2ee 100644 --- a/dev-db/postgresql/postgresql-7.2.3.ebuild +++ b/dev-db/postgresql/postgresql-7.2.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.2.3.ebuild,v 1.6 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3.ebuild,v 1.7 2003/03/05 20:20:50 sethbc Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" @@ -141,7 +141,7 @@ pkg_postinst() { einfo ">>> to setup the initial database environment." } -config() { +pkg_config() { einfo ">>> Creating data directory ..." mkdir -p /var/lib/postgresql/data chown -Rf postgres.postgres /var/lib/postgresql 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} diff --git a/dev-db/postgresql/postgresql-7.3.2.ebuild b/dev-db/postgresql/postgresql-7.3.2.ebuild index c5f2653e5a9d..44f69aa75035 100644 --- a/dev-db/postgresql/postgresql-7.3.2.ebuild +++ b/dev-db/postgresql/postgresql-7.3.2.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.2.ebuild,v 1.2 2003/03/01 04:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.2.ebuild,v 1.3 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" @@ -137,7 +137,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} 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} |