ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.bin/locate/locate/locate.rc
Revision: 11534
Committed: Sat Jul 7 20:33:14 2018 UTC (5 years, 9 months ago) by laffer1
File size: 981 byte(s)
Log Message:
sync with freebsd.

File Contents

# Content
1 #
2 # /etc/locate.rc - command script for updatedb(8)
3 # $MidnightBSD$
4 # $FreeBSD: stable/10/usr.bin/locate/locate/locate.rc 294779 2016-01-26 08:44:01Z des $
5
6 #
7 # All commented values are the defaults
8 #
9 # temp directory
10 #TMPDIR="/tmp"
11
12 # the actual database
13 #FCODES="/var/db/locate.database"
14
15 # directories to be put in the database
16 #SEARCHPATHS="/"
17
18 # paths unwanted in output
19 #PRUNEPATHS="/tmp /usr/tmp /var/tmp /var/db/portsnap /var/db/freebsd-update"
20
21 # directories unwanted in output
22 #PRUNEDIRS=".zfs"
23
24 # filesystems allowed. Beware: a non-listed filesystem will be pruned
25 # and if the SEARCHPATHS starts in such a filesystem locate will build
26 # an empty database.
27 #
28 # the default list contains all local file systems that are not synthetic,
29 # loopback mounts, or read-only, according to lsvfs.
30 #
31 # be careful if you add 'nfs' or other network file system types or file
32 # systems that generally reside on slow or removable devices like cd9660
33 #FILESYSTEMS="ufs ext2fs zfs xfs"

Properties

Name Value
svn:keywords MidnightBSD=%H