summaryrefslogtreecommitdiff
path: root/community/arpwatch/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/arpwatch/PKGBUILD')
-rw-r--r--community/arpwatch/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/arpwatch/PKGBUILD b/community/arpwatch/PKGBUILD
index 9187b0b50..58074573e 100644
--- a/community/arpwatch/PKGBUILD
+++ b/community/arpwatch/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102230 2013-12-07 00:44:42Z seblu $
+# $Id: PKGBUILD 112775 2014-06-06 17:28:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sébastien Luttringer
pkgname=arpwatch
pkgver=2.1a15
-pkgrel=13
+pkgrel=14
pkgdesc='Ethernet/FDDI station activity monitor'
arch=('i686' 'x86_64')
url='ftp://ftp.ee.lbl.gov/'
@@ -28,6 +28,8 @@ prepare() {
sed -i 's/-\(o\|g\) bin/-\1 root/g' Makefile.in
# Update ethercodes with recent OUI. See gen_ethercodes.sh
cp -f "$srcdir/ethercodes.dat" ethercodes.dat
+ # Do not spam root user
+ sed -i 's|root|arpwatch|' addresses.h.in
}
build() {