summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r--meta/recipes-core/udev/udev/init4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init
index 9a8b09d34d..32c677a8c0 100644
--- a/meta/recipes-core/udev/udev/init
+++ b/meta/recipes-core/udev/udev/init
@@ -73,15 +73,13 @@ case "$1" in
73 [ -e "$DEVCACHE_REGEN" ] && rm -f "$DEVCACHE_REGEN" 73 [ -e "$DEVCACHE_REGEN" ] && rm -f "$DEVCACHE_REGEN"
74 else 74 else
75 # Output detailed reason why the cached /dev is not used 75 # Output detailed reason why the cached /dev is not used
76 if [ "$VERBOSE" != "no" ]; then 76 cat <<EOF
77 cat <<EOF
78udev: Not using udev cache because of changes detected in the following files: 77udev: Not using udev cache because of changes detected in the following files:
79udev: $CMP_FILE_LIST 78udev: $CMP_FILE_LIST
80udev: The udev cache will be regenerated. To identify the detected changes, 79udev: The udev cache will be regenerated. To identify the detected changes,
81udev: compare the cached sysconf at $SYSCONF_CACHED 80udev: compare the cached sysconf at $SYSCONF_CACHED
82udev: against the current sysconf at $SYSCONF_TMP 81udev: against the current sysconf at $SYSCONF_TMP
83EOF 82EOF
84 fi
85 touch "$DEVCACHE_REGEN" 83 touch "$DEVCACHE_REGEN"
86 fi 84 fi
87 else 85 else