From owner-cvs-ports@FreeBSD.ORG Thu Jul 1 11:19:01 2004 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 65C7516A4CE; Thu, 1 Jul 2004 11:19:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF1A43D55; Thu, 1 Jul 2004 11:19:01 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61Axmss075113; Thu, 1 Jul 2004 10:59:48 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61AxmXW075112; Thu, 1 Jul 2004 10:59:48 GMT (envelope-from eik) Message-Id: <200407011059.i61AxmXW075112@repoman.freebsd.org> From: Oliver Eikemeier Date: Thu, 1 Jul 2004 10:59:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/portaudit Makefile pkg-deinstall pkg-install pkg-plist ports/security/portaudit/files fetchaudit.sh portaudit-cmd.sh portaudit.1 portaudit.conf portaudit.functions portaudit.sh 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, 01 Jul 2004 11:19:01 -0000 eik 2004-07-01 10:59:48 UTC FreeBSD ports repository Modified files: security/portaudit Makefile pkg-deinstall pkg-install pkg-plist security/portaudit/files portaudit-cmd.sh portaudit.1 portaudit.conf portaudit.sh Removed files: security/portaudit/files fetchaudit.sh portaudit.functions Log: - update to version 0.5 *** NOTE *** The preferences file format has changed, as have the periodic.conf(5) names. Normally the default settings should be adequate, except when you need to configure a proxy. Use $PREFIX/etc/portaudit.conf.sample as an example. - moved portaudit to sbin - clean up, merging stuff into the portaudit script - better return codes and errors to stderr - -f can check stdin now - dropped ports tree auditing - merged the periodic(8) scripts into one - run daily auditing as `nobody' Revision Changes Path 1.10 +13 -24 ports/security/portaudit/Makefile 1.4 +0 -62 ports/security/portaudit/files/fetchaudit.sh (dead) 1.6 +331 -61 ports/security/portaudit/files/portaudit-cmd.sh 1.4 +49 -43 ports/security/portaudit/files/portaudit.1 1.4 +4 -13 ports/security/portaudit/files/portaudit.conf 1.10 +0 -320 ports/security/portaudit/files/portaudit.functions (dead) 1.3 +19 -23 ports/security/portaudit/files/portaudit.sh 1.3 +8 -6 ports/security/portaudit/pkg-deinstall 1.4 +23 -3 ports/security/portaudit/pkg-install 1.4 +2 -6 ports/security/portaudit/pkg-plist