From c32bb532e40598a6ed61158767a62688a82c655b Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sat, 7 Feb 1998 05:30:14 +0000 Subject: [PATCH] locate(1) is no longer started by /etc/weekly. --- usr.bin/locate/locate/locate.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index c580bbe39fb2..d49a6272bc13 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -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.