Package: arpwatch / 2.1a15-7

005_awkpath Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: installed arpwatch's *.awk scripts into /usr/lib/arpwatch
 and edited massagevendor to set AWKPATH before running awk
Author: Craig Sanders <cas@taz.net.au>

--- a/massagevendor
+++ b/massagevendor
@@ -9,6 +9,7 @@
 #
 # - Deal with duplicates in oui.txt (concatenate company names)
 #
+export AWKPATH="$AWKPATH:/usr/lib/arpwatch"
 (sed -n \
     -e 's/^\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\)-\([0-9A-F][0-9A-F]\)  *(hex)[ 	]*\(..*\)/\1\2\3	\4/p' \
     $* | \