1 Index: arpwatch/Makefile.in
2 diff -u arpwatch/Makefile.in:1.1.1.1 arpwatch/Makefile.in:1.1.1.1.10.1
3 --- arpwatch/Makefile.in:1.1.1.1 Tue Apr 17 13:31:36 2001
4 +++ arpwatch/Makefile.in Tue Apr 17 13:53:29 2001
6 # Pathname of directory to install the man page
8 # Pathname of directory to install database file
9 -ARPDIR = $(prefix)/arpwatch
10 +ARPDIR = /var/lib/arpwatch
11 +ETHERCODES = /usr/share/arpwatch/ethercodes.dat
19 -DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
20 +DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" \
21 + -DETHERCODES=\"$(ETHERCODES)\"
24 CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
25 Index: arpwatch/arpsnmp.8
26 diff -u arpwatch/arpsnmp.8:1.1.1.1 arpwatch/arpsnmp.8:1.1.1.1.10.1
27 --- arpwatch/arpsnmp.8:1.1.1.1 Tue Apr 17 13:31:36 2001
28 +++ arpwatch/arpsnmp.8 Tue Apr 17 13:53:29 2001
33 .\" Copyright (c) 1996, 1997, 1999, 2000
34 .\" The Regents of the University of California. All rights reserved.
39 -/usr/operator/arpwatch - default directory
40 +/var/lib/arpwatch - default directory
41 arp.dat - ethernet/ip address database
42 -ethercodes.dat - vendor ethernet block list
43 +/usr/share/arpwatch/ethercodes.dat - vendor ethernet block list
47 Index: arpwatch/arpwatch.8
48 diff -u arpwatch/arpwatch.8:1.1.1.1 arpwatch/arpwatch.8:1.1.1.1.10.1
49 --- arpwatch/arpwatch.8:1.1.1.1 Tue Apr 17 13:31:36 2001
50 +++ arpwatch/arpwatch.8 Tue Apr 17 13:53:29 2001
55 .\" Copyright (c) 1992, 1994, 1996, 1997, 2000
56 .\" The Regents of the University of California. All rights reserved.
61 -/usr/operator/arpwatch - default directory
62 +/var/lib/arpwatch - default directory
63 arp.dat - ethernet/ip address database
64 -ethercodes.dat - vendor ethernet block list
65 +/usr/share/arpwatch/ethercodes.dat - vendor ethernet block list
69 Index: arpwatch/arpwatch.h
70 diff -u arpwatch/arpwatch.h:1.1.1.1 arpwatch/arpwatch.h:1.1.1.1.10.1
71 --- arpwatch/arpwatch.h:1.1.1.1 Tue Apr 17 13:31:36 2001
72 +++ arpwatch/arpwatch.h Tue Apr 17 13:53:29 2001
76 #define ARPFILE "arp.dat"
77 -#define ETHERCODES "ethercodes.dat"
78 +/* #define ETHERCODES "ethercodes.dat" */
79 #define CHECKPOINT (15*60) /* Checkpoint time in seconds */
81 #define MEMCMP(a, b, n) memcmp((char *)a, (char *)b, n)
82 Index: arpwatch/bihourly
83 diff -u arpwatch/bihourly:1.1.1.1 arpwatch/bihourly:1.1.1.1.10.1
84 --- arpwatch/bihourly:1.1.1.1 Tue Apr 17 13:31:36 2001
85 +++ arpwatch/bihourly Tue Apr 17 13:53:29 2001
87 PATH=$PATH:/usr/local/sbin
90 -cd /usr/operator/arpwatch
99 - ./arpfetch $r $cname > $r 2> $errs
100 + arpfetch $r $cname > $r 2> $errs
101 if test -s $errs; then
102 echo "arpfetch $r failed:"
103 sed -e 's/^/ /' $errs