docs/105440: Incorrect example in audit documentation
Steve Wills
steve at stevenwills.com
Sun Nov 12 14:01:20 UTC 2006
>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:
More information about the freebsd-doc
mailing list