home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / updatedb.conf < prev    next >
Encoding:
Text File  |  2006-06-29  |  805 b   |  23 lines

  1. # This file sets environment variables which are used by updatedb
  2.  
  3. # Global options for invocations of find(1)
  4. FINDOPTIONS='-ignore_readdir_race'
  5. export FINDOPTIONS
  6. # filesystems which are pruned from updatedb database
  7. PRUNEFS="NFS nfs nfs4 afs binfmt_misc proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs shfs sysfs cifs lustre_lite tmpfs usbfs udf"
  8. export PRUNEFS
  9. # paths which are pruned from updatedb database
  10. PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex /var/spool /sfs /media"
  11. export PRUNEPATHS
  12. # netpaths which are added
  13. NETPATHS=""
  14. export NETPATHS
  15. # run find as this user
  16. LOCALUSER="nobody"
  17. export LOCALUSER
  18. # cron.daily/find: run at this priority -- higher number means lower priority
  19. # (this is relative to the default which cron sets, which is usually +5)
  20. NICE=10
  21. export NICE
  22.  
  23.