summaryrefslogtreecommitdiffstats
path: root/main/pgcluster
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-07 09:30:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-07 09:32:08 +0000
commit56f1ed4d0b525b9bc000047bea70809ba1711c4a (patch)
tree57460b4886df2722b509fbacffad5739efa19d24 /main/pgcluster
parentef73ee2da84cecb091cdfd5267e645a7cb0aa517 (diff)
downloadaports-56f1ed4d0b525b9bc000047bea70809ba1711c4a.tar.bz2
aports-56f1ed4d0b525b9bc000047bea70809ba1711c4a.tar.xz
main/pgcluster: replace opts in init.d scripts
fixes #946 (cherry picked from commit db4d4b9caabb337b737ec40986c362f836ab23bb)
Diffstat (limited to 'main/pgcluster')
-rw-r--r--main/pgcluster/APKBUILD4
-rw-r--r--main/pgcluster/pgcluster.initd3
2 files changed, 4 insertions, 3 deletions
diff --git a/main/pgcluster/APKBUILD b/main/pgcluster/APKBUILD
index 9d268f8ac..fbc54e74a 100644
--- a/main/pgcluster/APKBUILD
+++ b/main/pgcluster/APKBUILD
@@ -2,7 +2,7 @@
pkgname=pgcluster
pkgver=1.9.0_rc5
_myver=1.9.0rc5
-pkgrel=6
+pkgrel=7
pkgdesc="PostgreSQL with multi-master cluster/replication patch"
url="http://pgfoundry.org/projects/pgcluster/"
arch="all"
@@ -52,5 +52,5 @@ client() {
md5sums="d2fe705e25a01c19c8f8daa1fbcc55d1 pgcluster-1.9.0rc5.tar.gz
-594be4c70a80fdd2d315d78793ef4421 pgcluster.initd
+7c7a679f3b780b967649ef9caf988cf9 pgcluster.initd
503f94824fc7a385a831d7e55b74f9a0 pgcluster.confd"
diff --git a/main/pgcluster/pgcluster.initd b/main/pgcluster/pgcluster.initd
index 28606a581..2332ad87c 100644
--- a/main/pgcluster/pgcluster.initd
+++ b/main/pgcluster/pgcluster.initd
@@ -3,7 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/files/postgresql.init-8.3,v 1.4 2008/09/28 22:53:02 caleb Exp $
-opts="${opts} reload setup"
+extra_started_commands="reload"
+extra_stopped_commands="setup"
depend() {
use net