From owner-p4-projects@FreeBSD.ORG  Sat Oct 23 16:28:28 2004
Return-Path: <owner-p4-projects@FreeBSD.ORG>
Delivered-To: p4-projects@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 9D94016A4D0; Sat, 23 Oct 2004 16:28:28 +0000 (GMT)
Delivered-To: perforce@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 78C4116A4CE
	for <perforce@freebsd.org>; Sat, 23 Oct 2004 16:28:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1A643D1F
	for <perforce@freebsd.org>; Sat, 23 Oct 2004 16:28:28 +0000 (GMT)
	(envelope-from bb+lists.freebsd.perforce@cyrus.watson.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9NGSS96005490
	for <perforce@freebsd.org>; Sat, 23 Oct 2004 16:28:28 GMT
	(envelope-from bb+lists.freebsd.perforce@cyrus.watson.org)
Received: (from perforce@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9NGSSbV005487
	for perforce@freebsd.org; Sat, 23 Oct 2004 16:28:28 GMT
	(envelope-from bb+lists.freebsd.perforce@cyrus.watson.org)
Date: Sat, 23 Oct 2004 16:28:28 GMT
Message-Id: <200410231628.i9NGSSbV005487@repoman.freebsd.org>
X-Authentication-Warning: repoman.freebsd.org: perforce set sender to
	bb+lists.freebsd.perforce@cyrus.watson.org using -f
From: Robert Watson <rwatson@FreeBSD.org>
To: Perforce Change Reviews <perforce@freebsd.org>
Subject: PERFORCE change 63575 for review
X-BeenThere: p4-projects@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: p4 projects tree changes <p4-projects.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/p4-projects>,
	<mailto:p4-projects-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/p4-projects>
List-Post: <mailto:p4-projects@freebsd.org>
List-Help: <mailto:p4-projects-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/p4-projects>,
	<mailto:p4-projects-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 23 Oct 2004 16:28:29 -0000

http://perforce.freebsd.org/chv.cgi?CH=63575

Change 63575 by rwatson@rwatson_tislabs on 2004/10/23 16:27:37

	Quick hack auditon command to make it easier to test while auditd
	is not yet fully functional.

Affected files ...

.. //depot/projects/trustedbsd/audit3/usr.sbin/Makefile#2 edit
.. //depot/projects/trustedbsd/audit3/usr.sbin/auditon/Makefile#1 add
.. //depot/projects/trustedbsd/audit3/usr.sbin/auditon/auditon.c#1 add

Differences ...

==== //depot/projects/trustedbsd/audit3/usr.sbin/Makefile#2 (text+ko) ====

@@ -12,6 +12,7 @@
 	${_apmd} \
 	${_arlconfig} \
 	arp \
+	auditon \
 	${_asf} \
 	${_atm} \
 	${_authpf} \