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/postgresql.initd | |
parent | f810474131cff338d3526c406b3681ba7d26fb72 (diff) | |
download | aports-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.initd | 1 |
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() { |