From owner-p4-projects@FreeBSD.ORG Fri Oct 19 10:39:44 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 534BB16A419; Fri, 19 Oct 2007 10:39:44 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A05E716A417 for ; Fri, 19 Oct 2007 10:39:42 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9745E13C45D for ; Fri, 19 Oct 2007 10:39:42 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9JAdg6T003984 for ; Fri, 19 Oct 2007 10:39:42 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9JAdgD1003981 for perforce@freebsd.org; Fri, 19 Oct 2007 10:39:42 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 19 Oct 2007 10:39:42 GMT Message-Id: <200710191039.l9JAdgD1003981@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 To: Perforce Change Reviews Cc: Subject: PERFORCE change 127766 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 10:39:44 -0000 http://perforce.freebsd.org/chv.cgi?CH=127766 Change 127766 by rwatson@rwatson_zoo on 2007/10/19 10:39:03 Remove auditon tool, since this work is now done entirely by auditd and it's audit control tool. Affected files ... .. //depot/projects/trustedbsd/audit3/usr.sbin/Makefile#27 edit .. //depot/projects/trustedbsd/audit3/usr.sbin/auditon/Makefile#2 delete .. //depot/projects/trustedbsd/audit3/usr.sbin/auditon/auditon.c#7 delete Differences ... ==== //depot/projects/trustedbsd/audit3/usr.sbin/Makefile#27 (text+ko) ==== @@ -18,7 +18,6 @@ ${_atm} \ ${_audit} \ ${_auditd} \ - ${_auditon} \ ${_auditreduce} \ ${_authpf} \ ${_bluetooth} \ @@ -207,7 +206,6 @@ .if ${MK_AUDIT} != "no" _audit= audit _auditd= auditd -_auditon= auditon _auditreduce= auditreduce _praudit= praudit .endif