home *** CD-ROM | disk | FTP | other *** search
- # This file sets environment variables which are used by updatedb
-
- # Global options for invocations of find(1)
- FINDOPTIONS='-ignore_readdir_race'
- export FINDOPTIONS
- # filesystems which are pruned from updatedb database
- 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"
- export PRUNEFS
- # paths which are pruned from updatedb database
- PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex /var/spool /sfs /media"
- export PRUNEPATHS
- # netpaths which are added
- NETPATHS=""
- export NETPATHS
- # run find as this user
- LOCALUSER="nobody"
- export LOCALUSER
- # cron.daily/find: run at this priority -- higher number means lower priority
- # (this is relative to the default which cron sets, which is usually +5)
- NICE=10
- export NICE
-
-