diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-10-14 06:46:29 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-10-14 06:46:29 +0000 |
commit | 52c59852e1be59984a384b7f086b38bdc0e2daea (patch) | |
tree | 42b05dd8d3c8f00ddc7bb81e645f81e83710be8b | |
parent | 1c9fe09b02efa0ae876b496e2221cc0d7ac2cea3 (diff) | |
download | aports-52c59852e1be59984a384b7f086b38bdc0e2daea.tar.bz2 aports-52c59852e1be59984a384b7f086b38bdc0e2daea.tar.xz |
testing/pmacct: start after firwall
-rw-r--r-- | testing/pmacct/APKBUILD | 2 | ||||
-rw-r--r-- | testing/pmacct/pmacct.initd | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testing/pmacct/APKBUILD b/testing/pmacct/APKBUILD index ea90751cf0..b1ac932e7e 100644 --- a/testing/pmacct/APKBUILD +++ b/testing/pmacct/APKBUILD @@ -49,6 +49,6 @@ package() { } md5sums="72098ff945e1ddaa77d7f0b3531fa765 pmacct-0.12.4.tar.gz -c2427b6a32a4eb649a075a977f5b2c42 pmacct.initd +0c494a28083003b47699aca45c5e4f1d pmacct.initd 394bf0687572261e90eecd70c33c8ede pmacct.confd 6ea97965b3fdfceb6b5c0ce2cbf01a92 pmacctd.conf" diff --git a/testing/pmacct/pmacct.initd b/testing/pmacct/pmacct.initd index e788d66fed..1985b997ac 100644 --- a/testing/pmacct/pmacct.initd +++ b/testing/pmacct/pmacct.initd @@ -5,6 +5,7 @@ depend() { need net + after firewall } checkconfig() { |