From owner-cvs-src@FreeBSD.ORG Sat Sep 2 17:02:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D6F316A4DD; Sat, 2 Sep 2006 17:02:02 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF35843D60; Sat, 2 Sep 2006 17:02:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k82H21C6045533; Sat, 2 Sep 2006 17:02:01 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k82H21Fr045532; Sat, 2 Sep 2006 17:02:01 GMT (envelope-from rwatson) Message-Id: <200609021702.k82H21Fr045532@repoman.freebsd.org> From: Robert Watson Date: Sat, 2 Sep 2006 17:02:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/audit Makefile src/usr.sbin/auditd Makefile src/usr.sbin/auditreduce Makefile src/usr.sbin/praudit Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2006 17:02:02 -0000 rwatson 2006-09-02 17:02:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin Makefile Added files: (Branch: RELENG_6) usr.sbin/audit Makefile usr.sbin/auditd Makefile usr.sbin/auditreduce Makefile usr.sbin/praudit Makefile Log: Merge audit/Makefile:1.1, auditd/Makefile:1.1, auditreduce/Makefile:1.1, praudit/Makefile:1.1, and usr.sbin/Makefile:1.342,1.343,1.345 from HEAD to RELENG_6: Enable building of OpenBSM command line tools: - audit(8) - audit subsystem management tool - auditd(8) - audit trail and subsystem management daemon - auditreduce(1) - audit trail reduction tool - praudit(1) - audit trail printing tool Build audit command line tools only if NO_AUDIT isn't defined. Obtained from: TrustedBSD Project Revision Changes Path 1.332.2.6 +11 -0 src/usr.sbin/Makefile 1.1.2.1 +14 -0 src/usr.sbin/audit/Makefile (new) 1.1.2.1 +15 -0 src/usr.sbin/auditd/Makefile (new) 1.1.2.1 +14 -0 src/usr.sbin/auditreduce/Makefile (new) 1.1.2.1 +14 -0 src/usr.sbin/praudit/Makefile (new)