summaryrefslogtreecommitdiffstats
path: root/shell_cmds/locate/locate/locate.rc
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/locate/locate/locate.rc')
-rw-r--r--shell_cmds/locate/locate/locate.rc26
1 files changed, 26 insertions, 0 deletions
diff --git a/shell_cmds/locate/locate/locate.rc b/shell_cmds/locate/locate/locate.rc
new file mode 100644
index 0000000..09fbf0e
--- /dev/null
+++ b/shell_cmds/locate/locate/locate.rc
@@ -0,0 +1,26 @@
+#
+# /etc/locate.rc - command script for updatedb(8)
+#
+# $FreeBSD: src/usr.bin/locate/locate/locate.rc,v 1.9 2005/08/22 08:22:48 cperciva Exp $
+
+#
+# All commented values are the defaults
+#
+# temp directory
+#TMPDIR="/tmp"
+
+# the actual database
+#FCODES="/var/db/locate.database"
+
+# directories to be put in the database
+#SEARCHPATHS="/"
+
+# directories unwanted in output
+#PRUNEPATHS="/tmp /var/tmp"
+
+# filesystems allowed. Beware: a non-listed filesystem will be pruned
+# and if the SEARCHPATHS starts in such a filesystem locate will build
+# an empty database.
+#
+# be careful if you add 'nfs'
+#FILESYSTEMS="hfs ufs apfs"