main/postgresql: start service after firewall

This commit is contained in:
Natanael Copa 2009-09-16 07:20:54 +00:00
parent f810474131
commit 4e400cd5bd
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -7,6 +7,7 @@ opts="${opts} reload setup"
depend() {
use net
after firewall
}
checkconfig() {