aboutsummaryrefslogtreecommitdiff
path: root/net/arpwatch/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/arpwatch/files/patch-ab')
-rw-r--r--net/arpwatch/files/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/arpwatch/files/patch-ab b/net/arpwatch/files/patch-ab
deleted file mode 100644
index 354bd448d8c3..000000000000
--- a/net/arpwatch/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** arp2ethers.orig Tue Mar 29 11:44:52 1994
---- arp2ethers Tue Jul 1 02:34:40 1997
-***************
-*** 14,20 ****
- #
-
- sort +2rn arp.dat | \
-! awk -e 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \
---- 14,20 ----
- #
-
- sort +2rn arp.dat | \
-! awk 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \