aboutsummaryrefslogtreecommitdiffstats
path: root/main/arpwatch
diff options
context:
space:
mode:
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 ed18e59661f..ff97c65b20a 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 e039e1db8ab..b97c25a9c83 100644
--- a/main/arpwatch/arpwatch.initd
+++ b/main/arpwatch/arpwatch.initd
@@ -5,6 +5,7 @@
depend() {
need net
+ after firewall
}
start() {