From nobody@FreeBSD.org  Sun Nov 12 13:58:28 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1535B16A415
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Nov 2006 13:58:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CEF8143D78
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Nov 2006 13:58:18 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kACDwIij056776
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Nov 2006 13:58:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kACDwI8v056775;
	Sun, 12 Nov 2006 13:58:18 GMT
	(envelope-from nobody)
Message-Id: <200611121358.kACDwI8v056775@www.freebsd.org>
Date: Sun, 12 Nov 2006 13:58:18 GMT
From: Steve Wills<steve@stevenwills.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Incorrect example in audit documentation
X-Send-Pr-Version: www-3.0

>Number:         105440
>Category:       docs
>Synopsis:       Incorrect example in audit documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 12 14:00:44 GMT 2006
>Closed-Date:    Mon Nov 13 14:19:51 GMT 2006
>Last-Modified:  Mon Nov 13 14:20:03 GMT 2006
>Originator:     Steve Wills
>Release:        6.2-PRE
>Organization:
>Environment:
irrelevant
>Description:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/audit-administration.html

contains this example:

Adding the following line to /etc/crontab will force the rotation every twelve hours from cron(8):

*     */12       *       *       *       root    /usr/sbin/audit -n

Unless I'm mistaken, that will run once a minute for an hour every twelve hours, not, not once as is implied.
>How-To-Repeat:

>Fix:
Change example to:

0       */12    *       *       *       root    /usr/sbin/audit -n

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Mon Nov 13 14:19:30 UTC 2006 
State-Changed-Why:  
Fixed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105440 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/105440: commit references a PR
Date: Mon, 13 Nov 2006 14:19:19 +0000 (UTC)

 maxim       2006-11-13 14:19:12 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/audit chapter.sgml 
   Log:
   o Fin an incorrect crontab entry example.
   
   PR:             docs/105440
   Submitted by:   Steve Wills
   
   Revision  Changes    Path
   1.25      +1 -1      doc/en_US.ISO8859-1/books/handbook/audit/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
