=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/locate.rc,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/etc/locate.rc 2003/09/18 09:20:13 1.6 --- src/etc/locate.rc 2015/08/14 03:02:07 1.7 *************** *** 1,10 **** ! # $OpenBSD: locate.rc,v 1.6 2003/09/18 09:20:13 jmc Exp $ # # /etc/locate.rc - command script for updatedb(8) # # temp directory ! TMPDIR="/var/tmp" # the actual database FCODES="/var/db/locate.database" --- 1,10 ---- ! # $OpenBSD: locate.rc,v 1.7 2015/08/14 03:02:07 rzalamena Exp $ # # /etc/locate.rc - command script for updatedb(8) # # temp directory ! TMPDIR="/tmp" # the actual database FCODES="/var/db/locate.database" *************** *** 13,19 **** SEARCHPATHS="/" # directories unwanted in output ! PRUNEPATHS="/tmp /var/tmp /usr/tmp" # filesystems allowed. Beware: a non-listed filesystem will be pruned # and if the SEARCHPATHS starts in such a filesystem locate will build --- 13,19 ---- 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