changeset 377:00bb2dbe5ec7

Get busybox mdev to shut up about mdev.conf not being there. It's ok, really.
author Rob Landley <rob@landley.net>
date Wed, 06 Aug 2008 16:04:56 -0500
parents dd7632f3000c
children 739a56397f32
files sources/patches/busybox-1.11.1-mdevshutup.patch
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/busybox-1.11.1-mdevshutup.patch	Wed Aug 06 16:04:56 2008 -0500
@@ -0,0 +1,11 @@
+--- busybox-1.11.1/util-linux/mdev.c	2008-08-06 12:30:46.000000000 -0500
++++ busybox-new/util-linux/mdev.c	2008-08-06 12:30:58.000000000 -0500
+@@ -86,7 +86,7 @@
+ 		unsigned lineno = 0;
+ 
+ 		/* If we have config file, look up user settings */
+-		fp = fopen_or_warn("/etc/mdev.conf", "r");
++		fp = fopen("/etc/mdev.conf", "r");
+ 		if (!fp)
+ 			goto end_parse;
+