p The .Nm file contains a list of newline separated records, each of which is composed of a keyword and arguments, which are separated by white space. Arguments with embedded shell metacharacters must be quoted in .Xr sh 1 style. Lines beginning with .Dq # are treated as comments and ignored. However, a .Dq # in the middle of a line does not start a comment.
p The configuration options are as follows: l -tag -width XXXXXX t Sy database Ar filename Specify the location of the .Xr locate 1 database to be created.
p Default:
a /var/db/locate.database t Sy ignore Ar pattern ... Ignore files or directories. When building the database, do not descend into files or directories which match one of the specified patterns. The matched files or directories are not stored to the database.
p Default: Not specified. t Sy ignorecontents Ar pattern ... Ignore contents of directories. When building the database, do not descend into files or directories which match one of the specified patterns. The matched files or directories themselves are stored to the database.
p Default: Not specified. t Sy ignorefs Ar type ... Ignore file system by type, adding .Ar type to the default list. When building the database, do not descend into file systems which are of the specified .Ar type . The mount points are not stored to the database. If a .Dq ! is prepended to .Ar type , the meaning is negated, that is, ignore file systems which do not have the type. As a special case, if .Dq none is specified for .Ar type , the .Sy ignorefs list is cleared and all file systems are traversed.
p .Ar type is used as an argument to .Xr find 1 .Fl fstype . The .Xr sysctl 8 command can be used to find out the types of file systems that are available on the system: d -literal -offset indent sysctl vfs.generic.fstypes .Ed
p Default: !local cd9660 fdesc kernfs procfs t Sy searchpath Ar directory ... Specify base directories to be put in the database.
p Default:
a / t Sy workdir Ar directory Specify the working directory of locate.updatedb, in which a temporary file is placed. The temporary file is a list of all files, and you should specify a directory that has enough space to hold it.
p Default:
a /tmp .El
p Refer to .Xr find 1 for the details of .Ar pattern (see .Fl path expression) and .Ar type (see .Fl fstype expression). .Sh FILES l -tag -width /usr/libexec/locate.updatedb -compact t Pa /etc/locate.conf The file .Nm resides in
a /etc . .El .Sh SEE ALSO .Xr find 1 , .Xr locate 1 , .Xr locate.updatedb 8 , .Xr sysctl 8 .Sh HISTORY The .Nm file format first appeared in .Nx 2.0 . .Sh AUTHORS .An ITOH Yasufumi