1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

locate(1) is no longer started by /etc/weekly.

This commit is contained in:
Alexander Langer 1998-02-07 05:30:14 +00:00
parent 0ce28c3a85
commit c32bb532e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33151

View File

@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
.\" $Id: locate.1,v 1.8 1997/03/06 05:11:55 jmg Exp $
.\" $Id: locate.1,v 1.9 1997/04/18 11:12:52 jmg Exp $
.\"
.Dd June 6, 1993
.Dt LOCATE 1
@ -171,13 +171,13 @@ Use the
library instead of
.Xr mmap 2 .
.Sh FILES
.Bl -tag -width /usr/libexec/locate.updatedb -compact
.Bl -tag -width /etc/periodic/weekly/310.locate -compact
.It Pa /var/db/locate.database
locate database
.It Pa /usr/libexec/locate.updatedb
Script to update the locate database
.It Pa /etc/weekly
Script that usually starts the database rebuild
.It Pa /etc/periodic/weekly/310.locate
Script that starts the database rebuild
.El
.Sh ENVIRONMENT
.Bl -tag -width LOCATE_PATH -compact
@ -205,7 +205,7 @@ program may fail to list some files that are present, or may
list files that have been removed from the system. This is because
locate only reports files that are present in the database, which is
typically only regenerated once a week by the
.Pa /etc/weekly
.Pa /etc/periodic/weekly/310.locate
script. Use
.Xr find 1
to locate files that are of a more transitory nature.