udev-cache: choose a more descriptive cache filename

"/etc/dev.tar.gz" doesn't adequately imply that udev-cache maintains it.
Instead, call it "/etc/udev-cache.tar.gz".

(From OE-Core rev: b33c678e2a5d42138a15b69802c5ddd109cb3b55)

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Acked-by: Gratian Crisan <gratian.crisan@ni.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Tollerton 2014-08-22 16:30:49 -05:00 committed by Richard Purdie
parent 8c423bf995
commit bcab1f832f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Default for /etc/init.d/udev
# Comment this out to disable device cache
DEVCACHE="/etc/dev.tar.gz"
DEVCACHE="/etc/udev-cache.tar.gz"
PROBE_PLATFORM_BUS="yes"