pkgsrc/security/chkrootkit/patches/patch-aa
minskim eaeeb8f539 Import chkrootkit from pkgsrc-wip. Packaged by Adrian Portelli and
modified by me.

chkrootkit is a tool to locally check for signs of a rootkit.  It
contains:

 * chkrootkit: a shell script that checks system binaries for
   rootkit modification.
 * ifpromisc.c: checks if the network interface is in promiscuous
   mode.
 * chklastlog.c: checks for lastlog deletions.
 * chkwtmp.c: checks for wtmp deletions.
 * check_wtmpx.c: checks for wtmpx deletions.  (Solaris only)
 * chkproc.c: checks for signs of LKM trojans.
 * chkdirs.c: checks for signs of LKM trojans.
 * strings.c: quick and dirty strings replacement.
2004-02-17 15:33:52 +00:00

17 lines
386 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2004/02/17 15:33:52 minskim Exp $
--- Makefile.orig 2003-12-26 15:34:10.000000000 -0600
+++ Makefile
@@ -3,9 +3,9 @@
# (C) 1997-2003 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
#
-CC = gcc
-CFLAGS = -DHAVE_LASTLOG_H
-STATIC = -static
+#CC = gcc
+#CFLAGS = -DHAVE_LASTLOG_H
+#STATIC = -static
###
### Solaris 2.x