Tue Mar 6 10:12:59 2012 UTC ()
mention run_makemandb


(plunky)
diff -r1.3 -r1.4 src/share/man/man5/daily.5

cvs diff -r1.3 -r1.4 src/share/man/man5/daily.5 (expand / switch to unified diff)

--- src/share/man/man5/daily.5 2011/06/01 11:10:59 1.3
+++ src/share/man/man5/daily.5 2012/03/06 10:12:59 1.4
@@ -1,40 +1,40 @@ @@ -1,40 +1,40 @@
1.\" $NetBSD: daily.5,v 1.3 2011/06/01 11:10:59 jruoho Exp $ 1.\" $NetBSD: daily.5,v 1.4 2012/03/06 10:12:59 plunky Exp $
2.\" 2.\"
3.\" Copyright (c) 1996 Matthew R. Green 3.\" Copyright (c) 1996 Matthew R. Green
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
20.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 20.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 21.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
22.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 22.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE. 25.\" SUCH DAMAGE.
26.\" 26.\"
27.Dd June 1, 2011 27.Dd March 6, 2012
28.Dt DAILY 5 28.Dt DAILY 5
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm daily , 31.Nm daily ,
32.Nm daily.conf 32.Nm daily.conf
33.Nd daily maintenance 33.Nd daily maintenance
34.Sh DESCRIPTION 34.Sh DESCRIPTION
35The 35The
36.Pa /etc/daily 36.Pa /etc/daily
37script is run, by default, every night on a 37script is run, by default, every night on a
38.Nx 38.Nx
39system. 39system.
40The 40The
@@ -127,26 +127,35 @@ option. @@ -127,26 +127,35 @@ option.
127This runs 127This runs
128.Xr rdist 1 128.Xr rdist 1
129with 129with
130.Pa /etc/Distfile . 130.Pa /etc/Distfile .
131.It Sy run_security 131.It Sy run_security
132This runs the 132This runs the
133.Pa /etc/security 133.Pa /etc/security
134script looking for possible security problems with the system. 134script looking for possible security problems with the system.
135.It Sy run_skeyaudit 135.It Sy run_skeyaudit
136Runs the 136Runs the
137.Xr skeyaudit 1 137.Xr skeyaudit 1
138program to check the S/Key database and informs users of S/Keys that 138program to check the S/Key database and informs users of S/Keys that
139are about to expire. 139are about to expire.
 140.It Sy run_makemandb
 141If the
 142.Pa /etc/man.conf
 143file exists, runs the
 144.Xr makemandb 8
 145utility to update the
 146.Pa man.db
 147database for use by
 148.Xr apropos 1 .
140.It Sy fetch_pkg_vulnerabilities 149.It Sy fetch_pkg_vulnerabilities
141Refreshes the local database of package vulnerabilities. 150Refreshes the local database of package vulnerabilities.
142See the settings in 151See the settings in
143.Xr security.conf 5 152.Xr security.conf 5
144for details on the actual package checks. 153for details on the actual package checks.
145.El 154.El
146.Pp 155.Pp
147The variables described below can be set to modify the tests: 156The variables described below can be set to modify the tests:
148.Bl -tag -width fetch_pkg_vulnerabilities 157.Bl -tag -width fetch_pkg_vulnerabilities
149.It Sy find_core_ignore_fstypes 158.It Sy find_core_ignore_fstypes
150Lists filesystem types to ignore during the 159Lists filesystem types to ignore during the
151.Sy find_core 160.Sy find_core
152phase. 161phase.