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.
