If find is used in system scripts, it must lives in /bin, IMHO.
or you may add something to wait in the script like this :
if [ ! -x /usr/bin/find ] ; then
for i in `seq 10` ; do
if [ -x /usr/bin/find ] ; then break ; fi
sleep 1
done
fi
(but I don't succeed to test that, I cannot figure why)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/478392
Title:
/tmp is not cleaned when on a separate partition
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs