From owner-freebsd-doc@FreeBSD.ORG Sun Nov 12 14:01:19 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E068E16A756 for ; Sun, 12 Nov 2006 14:01:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1796843D72 for ; Sun, 12 Nov 2006 14:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kACE0jjY065152 for ; Sun, 12 Nov 2006 14:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kACE0ip7065151; Sun, 12 Nov 2006 14:00:44 GMT (envelope-from gnats) Resent-Date: Sun, 12 Nov 2006 14:00:44 GMT Resent-Message-Id: <200611121400.kACE0ip7065151@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1535B16A415 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: docs/105440: Incorrect example in audit documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2006 14:01:20 -0000 >Number: 105440 >Category: docs >Synopsis: Incorrect example in audit documentation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 12 14:00:44 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted: