From 4e400cd5bde79728f5fe76ab4c551aea2bc1f935 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 07:20:54 +0000 Subject: main/postgresql: start service after firewall --- main/postgresql/postgresql.initd | 1 + 1 file changed, 1 insertion(+) (limited to 'main/postgresql/postgresql.initd') diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd index 3863a49aa..48b95b3ea 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() { -- cgit v1.2.3