Blame SOURCES/arpwatch-scripts.patch

484378
--- arpwatch-2.1a15/arp2ethers.scripts	2002-01-05 20:40:48.000000000 +0100
484378
+++ arpwatch-2.1a15/arp2ethers	2006-11-09 14:34:42.000000000 +0100
484378
@@ -13,7 +13,7 @@
484378
 #	- sort
484378
 #
484378
 
484378
-sort +2rn arp.dat | \
484378
+sort -k 2 -rn arp.dat | \
484378
     awk 'NF == 4 { print }' | \
484378
     awk -f p.awk | \
484378
     egrep -v '\.[0-9][0-9]*$' | \
484378
--- arpwatch-2.1a15/arpfetch.scripts	2006-07-28 20:10:30.000000000 +0200
484378
+++ arpwatch-2.1a15/arpfetch	2006-11-09 14:37:05.000000000 +0100
484378
@@ -4,8 +4,6 @@
484378
 # arpfetch - collect arp data from a cisco using net-snmp
484378
 #
484378
 
484378
-export PATH="/usr/local/bin:${PATH}"
484378
-
484378
 prog=`basename $0`
484378
 
484378
 if [ $# -ne 2 ]; then
484378
@@ -30,4 +28,3 @@
484378
 	    print ea "\t" ip
484378
     }'
484378
 
484378
-rm -f ${t1}