diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:42:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:42:06 +0000 |
commit | 9f006bb785d8076a7070b0b7cd52e2ce277f3012 (patch) | |
tree | 8a433f78575b4e33c1c917a45c1f0a4ee1ba24f5 /testing/fprobe/fprobe.initd | |
parent | 525202980e6ce6c2c101239bbff07f1d2b1f40f9 (diff) | |
download | aports-9f006bb785d8076a7070b0b7cd52e2ce277f3012.tar.bz2 aports-9f006bb785d8076a7070b0b7cd52e2ce277f3012.tar.xz |
main/testing/fprobe: start service after firewall
Diffstat (limited to 'testing/fprobe/fprobe.initd')
-rw-r--r-- | testing/fprobe/fprobe.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/fprobe/fprobe.initd b/testing/fprobe/fprobe.initd index b2ee6ded8..a14f1e6bc 100644 --- a/testing/fprobe/fprobe.initd +++ b/testing/fprobe/fprobe.initd @@ -4,6 +4,7 @@ depend() { need net + after firewall } BIN=/usr/sbin/fprobe |