core/slocate/slocate
2006-02-23 15:26:10 +00:00

10 lines
181 B
Bash
Executable File

#!/bin/sh
#
# /etc/cron/daily/slocate: update the slocate database
#
/usr/bin/slocate -u -f proc,nfs,smbfs,autofs,auto,iso9660 \
-e /tmp,/var/tmp,/var/spool,/mnt
# End of file