[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug in cronscript?



The script that gets installed in conjuction with find/locate seems flawed.

cd / && updatedb --localuser=nobody 2>/dev/null

Doest work, since updatedb isnt in the path that gets searched. Changing it
to

cd / && /usr/bin/updatedb --localuser=nobody 2>/dev/null makes more sense..
But.. when executing

/etc/cron.daily/find the script terminates in less then a second. however
running

cd / && /usr/bin/updatedb --localuser=nobody 2>/dev/null  manually from a
console yeilds the correct results?


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: