aboutsummaryrefslogtreecommitdiffstats
path: root/main/ulogd/ulogd.initd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-10-25 14:24:14 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-10-25 14:24:14 +0000
commit58158f49f3032dd693e3fd89d893bcdbd8ec1403 (patch)
treecd526e774ddb5d1ea5de2a72b8de950b059625a6 /main/ulogd/ulogd.initd
parent41b9f3915d55c40cd5859308f72f96346d3ce2f4 (diff)
downloadaports-58158f49f3032dd693e3fd89d893bcdbd8ec1403.tar.bz2
aports-58158f49f3032dd693e3fd89d893bcdbd8ec1403.tar.xz
main/ulogd: start before firewall
Diffstat (limited to 'main/ulogd/ulogd.initd')
-rw-r--r--main/ulogd/ulogd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ulogd/ulogd.initd b/main/ulogd/ulogd.initd
index 8cf5567f53..1b7e5edfca 100644
--- a/main/ulogd/ulogd.initd
+++ b/main/ulogd/ulogd.initd
@@ -7,7 +7,7 @@ opts="reload"
depend() {
need net
- after firewall
+ before firewall
}
checkconfig() {