diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 07:20:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 07:20:54 +0000 |
commit | 4e400cd5bde79728f5fe76ab4c551aea2bc1f935 (patch) | |
tree | 1088724ff4788e690dd1f5805efebc783340b886 /main/postgresql | |
parent | f810474131cff338d3526c406b3681ba7d26fb72 (diff) | |
download | aports-4e400cd5bde79728f5fe76ab4c551aea2bc1f935.tar.bz2 aports-4e400cd5bde79728f5fe76ab4c551aea2bc1f935.tar.xz |
main/postgresql: start service after firewall
Diffstat (limited to 'main/postgresql')
-rw-r--r-- | main/postgresql/APKBUILD | 4 | ||||
-rw-r--r-- | main/postgresql/postgresql.initd | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index 2c3266bc09..a5b20b5b09 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 3863a49aa4..48b95b3eae 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() { |