[oe-commits] Richard Tollerton : udev-cache: choose a more descriptive cache filename

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 12:31:18 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e5b9ea02873d98f4512e2929c5eaefb9da433688
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e5b9ea02873d98f4512e2929c5eaefb9da433688

Author: Richard Tollerton <rich.tollerton at ni.com>
Date:   Fri Aug 22 16:30:49 2014 -0500

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".

Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
Signed-off-by: Ben Shelton <ben.shelton at ni.com>
Acked-by: Gratian Crisan <gratian.crisan at ni.com>
Acked-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/udev/udev/udev-cache.default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/udev/udev/udev-cache.default b/meta/recipes-core/udev/udev/udev-cache.default
index 909ec87..a3b7326 100644
--- a/meta/recipes-core/udev/udev/udev-cache.default
+++ b/meta/recipes-core/udev/udev/udev-cache.default
@@ -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"



More information about the Openembedded-commits mailing list