rkhunter 1.4.0

Rootkit Hunter scans systems for known and unknown rootkits, backdoors,
sniffers and exploits.

Closes Homebrew/homebrew#25555.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Nils Caspar 2013-12-30 18:34:52 +01:00 committed by Adam Vandenberg
parent 7b69d90e37
commit 406fa8c035

15
Formula/rkhunter.rb Normal file
View file

@ -0,0 +1,15 @@
require 'formula'
class Rkhunter < Formula
homepage 'http://rkhunter.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.4.0/rkhunter-1.4.0.tar.gz'
sha1 '48798beec504c00af93bf64b6e35dfc7d7aaff07'
def install
system "./installer.sh", "--layout", "custom", prefix, "--install"
end
test do
system "#{bin}/rkhunter", "--version"
end
end