summaryrefslogtreecommitdiffstats
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:31:36 +0000
commitdb4d4b9caabb337b737ec40986c362f836ab23bb (patch)
tree6fe14e3cfe519d2b30695a7929fdfb4eeadf9807
parent3094cc97b38c43163f36e8de49b1be8a57f0d7cc (diff)
downloadaports-db4d4b9caabb337b737ec40986c362f836ab23bb.tar.bz2
aports-db4d4b9caabb337b737ec40986c362f836ab23bb.tar.xz
main/pgcluster: replace opts in init.d scripts
fixes #946
-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