Message ID | fc01be5e8f383a4507faab858274548624ecfc8a.1407177403.git.ben.shelton@ni.com |
---|---|
State | Accepted |
Commit | b33c678e2a5d42138a15b69802c5ddd109cb3b55 |
Headers | show |
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"
On Mon, Aug 4, 2014 at 3:40 PM, Ben Shelton <ben.shelton@ni.com> wrote: > From: Richard Tollerton <rich.tollerton@ni.com> > > "/etc/dev.tar.gz" doesn't adequately imply that udev-cache > maintains it. Instead, call it "/etc/udev-cache.tar.gz". > > Natinst-Rally-ID: TA44427 > Acked-by: Gratian Crisan <gratian.crisan@ni.com> > Natinst-ReviewBoard-ID: 58620 > Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> > --- Acked-by: Otavio Salvador <otavio@ossystems.com.br>