o Fin an incorrect crontab entry example.
PR: docs/105440 Submitted by: Steve Wills
This commit is contained in:
parent
f4cb1f5e80
commit
7eeeac9192
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29070
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ trailer,133</programlisting>
|
|||
<filename>/etc/crontab</filename> will force the rotation
|
||||
every twelve hours from &man.cron.8;:</para>
|
||||
|
||||
<programlisting>* */12 * * * root /usr/sbin/audit -n</programlisting>
|
||||
<programlisting>0 */12 * * * root /usr/sbin/audit -n</programlisting>
|
||||
|
||||
<para>The change will take effect once you have saved the
|
||||
new <filename>/etc/crontab</filename>.</para>
|
||||
|
|
Loading…
Reference in a new issue