aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/postgresql.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-16 07:20:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-16 07:20:54 +0000
commit4e400cd5bde79728f5fe76ab4c551aea2bc1f935 (patch)
tree1088724ff4788e690dd1f5805efebc783340b886 /main/postgresql/postgresql.initd
parentf810474131cff338d3526c406b3681ba7d26fb72 (diff)
downloadaports-4e400cd5bde79728f5fe76ab4c551aea2bc1f935.tar.bz2
aports-4e400cd5bde79728f5fe76ab4c551aea2bc1f935.tar.xz
main/postgresql: start service after firewall
Diffstat (limited to 'main/postgresql/postgresql.initd')
-rw-r--r--main/postgresql/postgresql.initd1
1 files changed, 1 insertions, 0 deletions
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() {