repo.or.cz
/
findutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
renamed from debian.Changelog
[findutils.git]
/
cron.find
blob
2f679c151c6cf03048f5e99e60dbc84ebea229c8
1
#! /bin/sh
2
#
3
# cron script to update the `find.codes' database.
4
#
5
# Written by Ian A. Murdock <imurdock@debian.org>.
6
7
su nobody
-c
"cd / && updatedb"
2
>/
dev
/
null