diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:55:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:55:32 +0000 |
commit | f55ceeced43d694d9397501138859a4704e07626 (patch) | |
tree | e18a9c2ec8c7c8c571a46696df936bdf1c3cc8eb /main/iproute2-qos/qos.initd | |
parent | 46d75bd0dc12176bc7172821432d5addbda8e685 (diff) | |
download | aports-f55ceeced43d694d9397501138859a4704e07626.tar.bz2 aports-f55ceeced43d694d9397501138859a4704e07626.tar.xz |
main/iproute2-qos: start service after firewall
Diffstat (limited to 'main/iproute2-qos/qos.initd')
-rw-r--r-- | main/iproute2-qos/qos.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/iproute2-qos/qos.initd b/main/iproute2-qos/qos.initd index 825ef07cfd..b2d33f0437 100644 --- a/main/iproute2-qos/qos.initd +++ b/main/iproute2-qos/qos.initd @@ -20,6 +20,7 @@ opts="describe compile" depend() { need net + after firewall } ########################################################################################################### @@ -445,4 +446,4 @@ describe() checkconfig || return 1 get_stats -}
\ No newline at end of file +} |