From owner-cvs-ports@FreeBSD.ORG Thu Sep 4 06:03:07 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 166FF16A4BF; Thu, 4 Sep 2003 06:03:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B0443FAF; Thu, 4 Sep 2003 06:03:06 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h84D360U099812; Thu, 4 Sep 2003 06:03:06 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h84D35sX099775; Thu, 4 Sep 2003 06:03:05 -0700 (PDT) Message-Id: <200309041303.h84D35sX099775@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 4 Sep 2003 06:03:05 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/chkrootkit Makefile ports/security/chkrootkit/files patch-chkrootkit X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 13:03:07 -0000 edwin 2003/09/04 06:03:05 PDT FreeBSD ports repository Modified files: security/chkrootkit Makefile Added files: security/chkrootkit/files patch-chkrootkit Log: Teach security/chkrootkit I finnaly got fed up with that FAQ about chkrootkit. The solution was either to add a Q+A to the FAQ or fix the port. This introduce a new variable, FreeBSD5, that is set to "yes" if we're running FreeBSD 5 or higher. This variable is used to fix the tests of the following binaries, so they would DTRT on FreeBSD 5: chfn chsh date ls ps I also fixed a bug in the cheking of vdir, but it's irrelevant for FreeBSD. Informed maintainer. PR: ports/55919 Submitted by: Yonatan@xpert.com Revision Changes Path 1.16 +0 -4 ports/security/chkrootkit/Makefile 1.1 +84 -0 ports/security/chkrootkit/files/patch-chkrootkit (new)