From 265ba28a9b27695cf81193abc5c9c5999d210002 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 11 Jul 2015 14:40:19 +0000 Subject: - Revive security/chkrootkit - Update to upstream version 0.50 - Port has a new maintainer: Lacey Powers PR: 201297 Submitted by: lacey.leanne@gmail.com (maintainer) Reviewed by: koobs --- security/chkrootkit/files/patch-chklastlog.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/chkrootkit/files/patch-chklastlog.c (limited to 'security/chkrootkit/files/patch-chklastlog.c') diff --git a/security/chkrootkit/files/patch-chklastlog.c b/security/chkrootkit/files/patch-chklastlog.c new file mode 100644 index 000000000000..3a35a570cda6 --- /dev/null +++ b/security/chkrootkit/files/patch-chklastlog.c @@ -0,0 +1,11 @@ +--- chklastlog.c.orig 2014-05-06 10:12:14 UTC ++++ chklastlog.c +@@ -33,7 +33,7 @@ + #else + #undef HAVE_LASTLOG_H + #endif +-#if __FreeBSD__ > 9 ++#if __FreeBSD__ >= 9 + int main () { return 0; } + #else + #include -- cgit v1.2.3