summaryrefslogtreecommitdiffstats
path: root/main/arpwatch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-15 12:51:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-15 12:51:55 +0000
commit6db8acfc1942a92015b1db42ab3320c8482dca14 (patch)
treed0d999c024e391cbd957f48b7f50729c24e017b0 /main/arpwatch
parente8d2b560c483e4920bcdf0f7fd1e5dbb06ee1699 (diff)
downloadaports-6db8acfc1942a92015b1db42ab3320c8482dca14.tar.bz2
aports-6db8acfc1942a92015b1db42ab3320c8482dca14.tar.xz
main/{arpon,arpwatch,asterisk}: start service after firewall
Diffstat (limited to 'main/arpwatch')
-rw-r--r--main/arpwatch/APKBUILD8
-rw-r--r--main/arpwatch/arpwatch.initd1
2 files changed, 5 insertions, 4 deletions
diff --git a/main/arpwatch/APKBUILD b/main/arpwatch/APKBUILD
index ed18e5966..ff97c65b2 100644
--- a/main/arpwatch/APKBUILD
+++ b/main/arpwatch/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=arpwatch
pkgver=2.1a15
-pkgrel=0
+pkgrel=1
pkgdesc="Ethernet monitoring program"
url="http://www-nrg.ee.lbl.gov/"
license="GPL"
-depends="uclibc libpcap"
+depends=
makedepends="libpcap-dev"
install=
subpackages=""
@@ -33,4 +33,4 @@ build() {
md5sums="cebfeb99c4a7c2a6cee2564770415fe7 arpwatch.tar.gz
dc8300ce5f02d6be95899a2982397064 arpwatch.confd
-404226ad0d10ce9b46b76f058e572426 arpwatch.initd"
+51ecada198c4f954ac4d5f5903198ebb arpwatch.initd"
diff --git a/main/arpwatch/arpwatch.initd b/main/arpwatch/arpwatch.initd
index e039e1db8..b97c25a9c 100644
--- a/main/arpwatch/arpwatch.initd
+++ b/main/arpwatch/arpwatch.initd
@@ -5,6 +5,7 @@
depend() {
need net
+ after firewall
}
start() {