=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/locate.rc,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/etc/locate.rc 1998/04/10 22:42:19 1.4 --- src/etc/locate.rc 2003/02/27 16:26:41 1.5 *************** *** 1,10 **** ! # $OpenBSD: locate.rc,v 1.4 1998/04/10 22:42:19 todd Exp $ # # /etc/locate.rc - command script for updatedb(8) # # temp directory ! TMPDIR="/tmp" # the actual database FCODES="/var/db/locate.database" --- 1,10 ---- ! # $OpenBSD: locate.rc,v 1.5 2003/02/27 16:26:41 millert Exp $ # # /etc/locate.rc - command script for updatedb(8) # # temp directory ! TMPDIR="/var/tmp" # the actual database FCODES="/var/db/locate.database" *************** *** 13,23 **** SEARCHPATHS="/" # directories unwanted in output ! PRUNEPATHS="/tmp /usr/tmp /var/tmp" # filesystems allowed. Beware: a non-listed filesystem will be pruned # and is the SEARCHPATHS starts in such a filesystem locate will build # an empty database # # be careful if you add 'nfs' ! FILESYSTEMS="ffs ufs" --- 13,23 ---- SEARCHPATHS="/" # directories unwanted in output ! PRUNEPATHS="/tmp /var/tmp /usr/tmp" # filesystems allowed. Beware: a non-listed filesystem will be pruned # and is the SEARCHPATHS starts in such a filesystem locate will build # an empty database # # be careful if you add 'nfs' ! FILESYSTEMS="ffs ufs ext2fs"