new version 3.1; every patch and additional source file has been reviewed and rebased, reworked, or dropped

This commit is contained in:
Benjamin Beasley 2020-11-09 12:55:04 -05:00
commit 9f4ad01105
36 changed files with 29735 additions and 21124 deletions

View file

@ -1,9 +1,12 @@
diff -up arpwatch-2.1a15/arpwatch.c.exitcode arpwatch-2.1a15/arpwatch.c
--- arpwatch-2.1a15/arpwatch.c.exitcode 2011-07-08 15:35:28.758414483 +0200
+++ arpwatch-2.1a15/arpwatch.c 2011-07-08 15:35:31.539417016 +0200
@@ -782,7 +782,7 @@ die(int signo)
When arpwatch is terminated cleanly by a signal (INT/TERM/HUP) handler, the
exit code should be zero for success instead of nonzero for failure.
diff -Naur arpwatch-3.1-original/arpwatch.c arpwatch-3.1/arpwatch.c
--- arpwatch-3.1-original/arpwatch.c 2019-11-30 13:35:23.000000000 -0500
+++ arpwatch-3.1/arpwatch.c 2020-11-08 12:55:51.429575973 -0500
@@ -892,7 +892,7 @@
syslog(LOG_DEBUG, "exiting");
lg(LOG_DEBUG, "exiting");
checkpoint(0);
- exit(1);
+ exit(0);