From f55ceeced43d694d9397501138859a4704e07626 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 15 Sep 2009 13:55:32 +0000 Subject: main/iproute2-qos: start service after firewall --- main/iproute2-qos/APKBUILD | 4 ++-- main/iproute2-qos/qos.initd | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/main/iproute2-qos/APKBUILD b/main/iproute2-qos/APKBUILD index 7851e63d..7190d5c7 100644 --- a/main/iproute2-qos/APKBUILD +++ b/main/iproute2-qos/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ilya Strelkin pkgname=iproute2-qos pkgver=0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Scripts to set up quality of service with iproute2" url="http://git.alpinelinux.org/cgit/aports" license="GPL" @@ -19,7 +19,7 @@ build() { "$pkgdir"/etc/conf.d/qos.ifb0.sample } -md5sums="d4f225300dab94078e0c51f292bf558c qos.initd +md5sums="78c8edd233e081a167788b6198560b13 qos.initd aeb793e4e1e7219bf245c06e29212048 qos.eth0.sample d9bbf66187a62485450397c4e93d1293 qos.ifb0.sample 785aff5d4284c47038a009797c576e34 setup-qos" diff --git a/main/iproute2-qos/qos.initd b/main/iproute2-qos/qos.initd index 825ef07c..b2d33f04 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 +} -- cgit v1.2.3