svn commit: trunk/busybox/miscutils

aldot at busybox.net aldot at busybox.net
Sat Feb 14 12:19:37 UTC 2009


Author: aldot
Date: 2009-02-14 12:19:37 +0000 (Sat, 14 Feb 2009)
New Revision: 25332

Log:
- improve helptext of obsolete devfs stuff..


Modified:
   trunk/busybox/miscutils/Config.in


Changeset:
Modified: trunk/busybox/miscutils/Config.in
===================================================================
--- trunk/busybox/miscutils/Config.in	2009-02-14 12:13:13 UTC (rev 25331)
+++ trunk/busybox/miscutils/Config.in	2009-02-14 12:19:37 UTC (rev 25332)
@@ -158,7 +158,10 @@
 	default n
 	select FEATURE_SYSLOG
 	help
-	  This is deprecated, and will be removed at the end of 2008.
+	  This is deprecated and should NOT be used anymore.
+	  Use linux >= 2.6 (optionally with hotplug) and mdev instead!
+	  See docs/mdev.txt for detailed instructions on how to use mdev
+	  instead.
 
 	  Provides compatibility with old device names on a devfs systems.
 	  You should set it to true if you have devfs enabled.
@@ -197,9 +200,11 @@
 	bool "Use devfs names for all devices (obsolete)"
 	default n
 	help
-	  This is obsolete and will be going away at the end of 2008..
+	  This is obsolete and should NOT be used anymore.
+	  Use linux >= 2.6 (optionally with hotplug) and mdev instead!
 
-	  This tells busybox to look for names like /dev/loop/0 instead of
+	  For legacy systems -- if there is no way around devfsd -- this
+	  tells busybox to look for names like /dev/loop/0 instead of
 	  /dev/loop0. If your /dev directory has normal names instead of
 	  devfs names, you don't want this.
 



More information about the busybox-cvs mailing list