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
Updated translations from the translation project
[findutils.git]
/
debian
/
cron.find
blob
ac864a33e811add83a9f12bce22ed1b4bac34e78
1
#! /bin/sh
2
#
3
# cron script to update the `find.codes' database.
4
#
5
# Written by Ian A. Murdock <imurdock@debian.org> and
6
# Kevin Dalley <kevin@aimnet.com>
7
8
if
[
-f
/
etc
/
updatedb.conf
];
then
9
.
/
etc
/
updatedb.conf
10
fi
11
12
cd
/ &&
updatedb
--localuser
=
nobody
2
>/
dev
/
null