aboutsummaryrefslogtreecommitdiffstats
path: root/main/arpwatch/arpwatch.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-15 12:51:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-15 12:51:55 +0000
commit6db8acfc1942a92015b1db42ab3320c8482dca14 (patch)
treed0d999c024e391cbd957f48b7f50729c24e017b0 /main/arpwatch/arpwatch.initd
parente8d2b560c483e4920bcdf0f7fd1e5dbb06ee1699 (diff)
downloadaports-6db8acfc1942a92015b1db42ab3320c8482dca14.tar.bz2
aports-6db8acfc1942a92015b1db42ab3320c8482dca14.tar.xz
main/{arpon,arpwatch,asterisk}: start service after firewall
Diffstat (limited to 'main/arpwatch/arpwatch.initd')
-rw-r--r--main/arpwatch/arpwatch.initd1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/arpwatch/arpwatch.initd b/main/arpwatch/arpwatch.initd
index e039e1db8a..b97c25a9c8 100644
--- a/main/arpwatch/arpwatch.initd
+++ b/main/arpwatch/arpwatch.initd
@@ -5,6 +5,7 @@
depend() {
need net
+ after firewall
}
start() {