Update to 3.4 (close RHBZ#2237532)
This commit is contained in:
parent
5f457a6f84
commit
75ff8d205f
6 changed files with 28 additions and 30 deletions
12
arpwatch-3.4-exitcode.patch
Normal file
12
arpwatch-3.4-exitcode.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur arpwatch-3.4-original/arpwatch.c arpwatch-3.4/arpwatch.c
|
||||
--- arpwatch-3.4-original/arpwatch.c 2023-09-05 13:50:56.000000000 -0400
|
||||
+++ arpwatch-3.4/arpwatch.c 2023-09-06 09:52:14.851126556 -0400
|
||||
@@ -892,7 +892,7 @@
|
||||
|
||||
lg(LOG_DEBUG, "exiting");
|
||||
checkpoint(0);
|
||||
- exit(1);
|
||||
+ exit(0);
|
||||
}
|
||||
|
||||
void
|
||||
Loading…
Add table
Add a link
Reference in a new issue