mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/postgresql: start service after firewall
This commit is contained in:
parent
f810474131
commit
4e400cd5bd
@ -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"
|
||||
|
||||
@ -7,6 +7,7 @@ opts="${opts} reload setup"
|
||||
|
||||
depend() {
|
||||
use net
|
||||
after firewall
|
||||
}
|
||||
|
||||
checkconfig() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user