svn commit: trunk/busybox/util-linux

landley at busybox.net landley at busybox.net
Sat Dec 17 10:54:18 UTC 2005


Author: landley
Date: 2005-12-17 02:54:17 -0800 (Sat, 17 Dec 2005)
New Revision: 12946

Log:
Sigh.  Left the debug path in.  Fixed.


Modified:
   trunk/busybox/util-linux/mdev.c


Changeset:
Modified: trunk/busybox/util-linux/mdev.c
===================================================================
--- trunk/busybox/util-linux/mdev.c	2005-12-17 10:52:30 UTC (rev 12945)
+++ trunk/busybox/util-linux/mdev.c	2005-12-17 10:54:17 UTC (rev 12946)
@@ -21,7 +21,7 @@
 #include "busybox.h"
 #include "xregex.h"
 
-#define DEV_PATH	"/tmp/dev"
+#define DEV_PATH	"/dev"
 
 #include <busybox.h>
 




More information about the busybox-cvs mailing list