diff --git a/debian/cron.find b/debian/cron.find new file mode 100644 index 00000000..2f679c15 --- /dev/null +++ b/debian/cron.find @@ -0,0 +1,7 @@ +#! /bin/sh +# +# cron script to update the `find.codes' database. +# +# Written by Ian A. Murdock . + +su nobody -c "cd / && updatedb" 2>/dev/null