diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 14:43:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 14:43:39 +0000 |
commit | 696ba76459e161ecac7f23d5ff9401c332365b8f (patch) | |
tree | 5d8379512ca22760593d9d8529371da5a9b64cb8 /main/oidentd/oidentd.initd | |
parent | a2ceb9299165719c7d048ee6a1249599c338406e (diff) | |
download | aports-696ba76459e161ecac7f23d5ff9401c332365b8f.tar.bz2 aports-696ba76459e161ecac7f23d5ff9401c332365b8f.tar.xz |
main/oidentd: start service after firewall
Diffstat (limited to 'main/oidentd/oidentd.initd')
-rw-r--r-- | main/oidentd/oidentd.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/oidentd/oidentd.initd b/main/oidentd/oidentd.initd index c40b058dac..f718976f51 100644 --- a/main/oidentd/oidentd.initd +++ b/main/oidentd/oidentd.initd @@ -4,7 +4,8 @@ # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/net-misc/oidentd/files/oidentd-2.0.7-init,v 1.4 2007/10/24 11:38:14 uberlord Exp $ depend() { - need net + need net + after firewall } check_config() { |