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

This commit is contained in:
alex 1998-02-07 05:30:14 +00:00
parent 7ad6c0f9ab
commit 3a51add60d

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.