File: 13_exitcode.patch

package info (click to toggle)
chkrootkit 0.52-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: sh: 36,448; ansic: 4,498; makefile: 155
file content (16 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Provide exit code at the end of chkrootkit script.
Author: Arjan Opmeer
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541060
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

Provide exit code at the end of chkrootkit script, thanks to  (Closes: #)
--- a/chkrootkit
+++ b/chkrootkit
@@ -2995,5 +2995,5 @@
 
     fi
 done
-
+exit 0
 ### chkrootkit ends here.