svn commit: trunk/busybox/util-linux
vapier at busybox.net
vapier at busybox.net
Thu Jan 8 17:19:03 UTC 2009
Author: vapier
Date: 2009-01-08 17:19:01 +0000 (Thu, 08 Jan 2009)
New Revision: 24725
Log:
do not whine if /sys/block does not exist ... embedded systems dont need stinkin block devices
Modified:
trunk/busybox/util-linux/mdev.c
Changeset:
Modified: trunk/busybox/util-linux/mdev.c
===================================================================
--- trunk/busybox/util-linux/mdev.c 2009-01-08 14:58:54 UTC (rev 24724)
+++ trunk/busybox/util-linux/mdev.c 2009-01-08 17:19:01 UTC (rev 24725)
@@ -421,7 +421,7 @@
* (kernel's CONFIG_SYSFS_DEPRECATED makes them real dirs,
* but we can't enforce that on users) */
recursive_action("/sys/block",
- ACTION_RECURSE | ACTION_FOLLOWLINKS,
+ ACTION_RECURSE | ACTION_FOLLOWLINKS | ACTION_QUIET,
fileAction, dirAction, temp, 0);
recursive_action("/sys/class",
ACTION_RECURSE | ACTION_FOLLOWLINKS,
More information about the busybox-cvs
mailing list