diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:42:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:42:06 +0000 |
commit | 9f006bb785d8076a7070b0b7cd52e2ce277f3012 (patch) | |
tree | 8a433f78575b4e33c1c917a45c1f0a4ee1ba24f5 /testing | |
parent | 525202980e6ce6c2c101239bbff07f1d2b1f40f9 (diff) | |
download | aports-9f006bb785d8076a7070b0b7cd52e2ce277f3012.tar.bz2 aports-9f006bb785d8076a7070b0b7cd52e2ce277f3012.tar.xz |
main/testing/fprobe: start service after firewall
Diffstat (limited to 'testing')
-rw-r--r-- | testing/fprobe/APKBUILD | 6 | ||||
-rw-r--r-- | testing/fprobe/fprobe.initd | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/testing/fprobe/APKBUILD b/testing/fprobe/APKBUILD index 600535993..ea6faea28 100644 --- a/testing/fprobe/APKBUILD +++ b/testing/fprobe/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=fprobe pkgver=1.1 -pkgrel=0 +pkgrel=1 pkgdesc="libpcap-based tool that collect network traffic" url="http://fprobe.sourceforge.net/" license="GPL" -depends="uclibc" +depends= makedepends="libpcap-dev" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 @@ -28,5 +28,5 @@ build() { } md5sums="65850d0470078269b33eee58cba77ac2 fprobe-1.1.tar.bz2 -a682fef5ba72855db5d67b62c88ffaf0 fprobe.initd +41810a73503624de2c27809e34ed80b4 fprobe.initd ba9c9327456e4db897b60481705df282 fprobe.confd" diff --git a/testing/fprobe/fprobe.initd b/testing/fprobe/fprobe.initd index b2ee6ded8..a14f1e6bc 100644 --- a/testing/fprobe/fprobe.initd +++ b/testing/fprobe/fprobe.initd @@ -4,6 +4,7 @@ depend() { need net + after firewall } BIN=/usr/sbin/fprobe |