summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/pgcluster/APKBUILD4
-rw-r--r--main/pgcluster/pgcluster.initd1
2 files changed, 3 insertions, 2 deletions
diff --git a/main/pgcluster/APKBUILD b/main/pgcluster/APKBUILD
index 9d92b9b6..c45aecfc 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=1
+pkgrel=2
pkgdesc="PostgreSQL with multi-master cluster/replication patch"
url="http://pgfoundry.org/projects/pgcluster/"
license="BSD"
@@ -47,5 +47,5 @@ client() {
md5sums="d2fe705e25a01c19c8f8daa1fbcc55d1 pgcluster-1.9.0rc5.tar.gz
-ad21a30c7fd5ce9de1290c317492a0e5 pgcluster.initd
+594be4c70a80fdd2d315d78793ef4421 pgcluster.initd
503f94824fc7a385a831d7e55b74f9a0 pgcluster.confd"
diff --git a/main/pgcluster/pgcluster.initd b/main/pgcluster/pgcluster.initd
index fb5cdfdf..28606a58 100644
--- a/main/pgcluster/pgcluster.initd
+++ b/main/pgcluster/pgcluster.initd
@@ -7,6 +7,7 @@ opts="${opts} reload setup"
depend() {
use net
+ after firewall
provide postgresql
}