*** empty log message ***
[findutils.git] / debian / cron.updatedb
blob24859c8365d7de0dc903a3c4f92974c959b2cf6c
1 #! /bin/sh
3 # cron script to update the `find.codes' database.
5 # Written by Ian A. Murdock <imurdock@debian.org> and
6 # Kevin Dalley <kevin@aimnet.com>
8 if [ -f /etc/update.conf ]; then
9 . /etc/updatedb.conf
12 su nobody -c "cd / && updatedb" 2>/dev/null