diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:50:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:50:45 +0000 |
commit | b113486288e62076f5df7322fa9406c950e43b02 (patch) | |
tree | 3c8b5dc7f428fdff545cd6ac0c4554f324ea7270 /main/fetchmail/fetchmail.initd | |
parent | f87cf6dcc74d2a20d0b13395063265cd1e428f0a (diff) | |
download | aports-b113486288e62076f5df7322fa9406c950e43b02.tar.bz2 aports-b113486288e62076f5df7322fa9406c950e43b02.tar.xz |
main/fetchmail: start service after firewall
Diffstat (limited to 'main/fetchmail/fetchmail.initd')
-rwxr-xr-x | main/fetchmail/fetchmail.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/fetchmail/fetchmail.initd b/main/fetchmail/fetchmail.initd index a1ed1ec837..73286c4e70 100755 --- a/main/fetchmail/fetchmail.initd +++ b/main/fetchmail/fetchmail.initd @@ -4,6 +4,7 @@ pidfile=/var/run/fetchmail/fetchmail.pid depend() { need net + after firewall use mta } |