From owner-p4-projects@FreeBSD.ORG Thu Feb 2 22:15:11 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BEB2516A423; Thu, 2 Feb 2006 22:15:10 +0000 (GMT) X-Original-To: perforce@freebsd.org 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 8EA7516A420 for ; Thu, 2 Feb 2006 22:15:10 +0000 (GMT) (envelope-from wsalamon@computer.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56CF643D45 for ; Thu, 2 Feb 2006 22:15:10 +0000 (GMT) (envelope-from wsalamon@computer.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k12MFA7R024899 for ; Thu, 2 Feb 2006 22:15:10 GMT (envelope-from wsalamon@computer.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k12MFAAZ024896 for perforce@freebsd.org; Thu, 2 Feb 2006 22:15:10 GMT (envelope-from wsalamon@computer.org) Date: Thu, 2 Feb 2006 22:15:10 GMT Message-Id: <200602022215.k12MFAAZ024896@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to wsalamon@computer.org using -f From: Wayne Salamon To: Perforce Change Reviews Cc: Subject: PERFORCE change 90940 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: Thu, 02 Feb 2006 22:15:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=90940 Change 90940 by wsalamon@gretsch on 2006/02/02 22:15:02 Integrate minor fix from OpenBSM. Affected files ... .. //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/audit/audit.8#2 integrate Differences ... ==== //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/audit/audit.8#2 (text+ko) ==== @@ -29,7 +29,7 @@ .\" .\" @APPLE_BSD_LICENSE_HEADER_END@ .\" -.\" $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/audit/audit.8#1 $ +.\" $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bin/audit/audit.8#2 $ .\" .Dd Jan 24, 2004 .Dt AUDIT 8 @@ -44,10 +44,11 @@ .Sh DESCRIPTION The .Nm -utility controls the state of auditing system. The optional +utility controls the state of the audit system. +The optional .Ar file operand specifies the location of the audit control input file (default -/etc/security/audit_control). +.Pa /etc/security/audit_control ). .Pp The options are as follows: .Bl -tag -width Ds @@ -56,10 +57,11 @@ a new log file in a location specified in the audit control file. .It Fl s Specifies that the audit system should [re]synchronize its -configuration from the audit control file. A new log file will be -created. +configuration from the audit control file. +A new log file will be created. .It Fl t -Specifies that the audit system should terminate. Log files are closed +Specifies that the audit system should terminate. +Log files are closed and renamed to indicate the time of the shutdown. .El .Sh NOTES