From 4e400cd5bde79728f5fe76ab4c551aea2bc1f935 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 07:20:54 +0000 Subject: main/postgresql: start service after firewall --- main/postgresql/APKBUILD | 4 ++-- main/postgresql/postgresql.initd | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index 2c3266bc..a5b20b5b 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=postgresql pkgver=8.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="A sophisticated object-relational DBMS" url="http://www.postgresql.org/" license="BSD" @@ -47,5 +47,5 @@ client() { md5sums="1f172d5f60326e972837f58fa5acd130 postgresql-8.4.0.tar.bz2 -6dd7bd7c97252312357a255237115b38 postgresql.initd +e4b13053dcbebdf2e59450b94bc27705 postgresql.initd 6218755fde294b7d17b77d280a9c9106 postgresql.confd" diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd index 3863a49a..48b95b3e 100644 --- a/main/postgresql/postgresql.initd +++ b/main/postgresql/postgresql.initd @@ -7,6 +7,7 @@ opts="${opts} reload setup" depend() { use net + after firewall } checkconfig() { -- cgit v1.2.3